@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#bdb75d hex color - Green - Warm color - Information

#bdb75d hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bdb75d Color code in RGB color code model is created after adding 74.12% red color, 71.76% green color and 36.47% blue color. Hex #bdb75d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 51% yellow and 25.88% black.

Hex #bdb75d color code is between #bbbb55 web safe hex color code and #ccaa66 web safe hex color code. #bbbb55 is the nearest web safe color code. You can see here many more shades of #bdb75d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codebdb75d#bdb75d
RGB Decimal189, 183, 93rgb(189, 183, 93)
RGB Percent74%, 72%, 36%rgb(74%, 72%, 36%)
CSS RGBa189, 183, 93,1rgba(189,183,93,1)
CMYK Modelcmyk(0%,3%,51%,25.88%)
HSL Color Space56,42% ,55%hsl(56,42% ,55%)
HSV Color Space56°, 51%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111011011011101011101
Octal275267135
Decimal18918393
Hexbdb75d

Different shades of #bdb75d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #bdb75d
#ccc781
Dark Shade of #bdb75d
#a49e43
Saturated Shade of #bdb75d
#c8c152
Desaturated Shade of #bdb75d
#b2ad68
Grey scale Shade of #bdb75d
#8d8d8d
Brighten Shade
#d6d076
Most Readable Shade
#000000

Shades of #bdb75d color code

Generate more color scales with scales (color stack) generator.

#bdb75d
#a8a252
#938e48
#7e7a3e
#696533
#545129
#3f3d1f
#2a2814
#15140a
#000000

Similar Color like #bdb75d color

Find visually similar hex color codes nearing to #bdb75d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#beb85e
#bfb95f
#c0ba60
#c1bb61
#c2bc62
#c3bd63
#c4be64
#c5bf65
#c6c066
#c7c167
#c8c268
#c9c369
#cac46a
#cbc56b
#bcb65c
#bbb55b
#bab45a
#b9b359
#b8b258
#b7b157
#b6b056
#b5af55
#b4ae54
#b3ad53
#b2ac52
#b1ab51
#b0aa50
#afa94f

Monochromatic Color with #bdb75d

#bdb75d
#e7e072
#131209
#3d3c1e
#686533
#928e48

Tints of #bdb75d Color

#bdb75d
#c4bf6f
#cbc781
#d3cf93
#dad7a5
#e1dfb7
#e9e7c9
#f0efdb
#f7f7ed
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#bdb75d
#5d63bd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#bdb75d
#5d93bd
#875dbd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#bd915d
#bda45d
#bdb75d
#b0bd5d
#9dbd5d

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#bdb75d
#5dbdb7
#b75dbd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#bdb75d
#5dbd87
#5d63bd
#bd5d93

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bdb75d
#5d63bd
#875dbd
#93bd5d

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #bdb75d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#bdb75d Color Code Preview on Black Background Color

This is how #bdb75d Color will look on black background color. Color contrast ratio is 10.10

#bdb75d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#bdb75d">Your Example Paragraph content text in with font color #bdb75d </p>

Your Example Paragraph content text in with font color #bdb75d

HTML with inline CSS

<div style="color:#bdb75d">Your Paragraph text in with font color #bdb75d </div>

Your Example Paragraph content text in with font color #bdb75d

#bdb75d color code is use for CSS Background Color

Background color for the above div is #bdb75d

HTML with inline CSS

<div style="background-color:#bdb75d;"></div>

#bdb75d color code is use for CSS Border Color

CSS Border color for the above div is #bdb75d

HTML with inline CSS

<div style="border:5px solid #bdb75d;"></div>

CSS Border Left color for the above div is #bdb75d

HTML with inline CSS

<div style="border-left:5px solid #bdb75d;"></div>

CSS Border Right color for the above div is #bdb75d

HTML with inline CSS

<div style="border-right:5px solid #bdb75d;"></div>

CSS Border Bottom color for the above div is #bdb75d

HTML with inline CSS

<div style="border-bottom:5px solid #bdb75d;"></div>

CSS Border Top color for the above div is #bdb75d

HTML with inline CSS

<div style="border-top:5px solid #bdb75d;"></div>

#bdb75d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#bdb75d; } .examplecolorclass {color:#bdb75d; } .examplebordercolor {border:3px solid #bdb75d; }

#bdb75d Color code Preview on White Background

This is how #bdb75d Color code will look on white background color. Color contrast ratio is 2.08

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #bdb75d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #bdb75d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(189,183,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,99,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,183,93,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.