COLOR #BDB76B

HEX: #BDB76B
RGB: (189,183,107)

Color info

Color name is DarkKhaki. #BDB76B contains mainly red and green colors. Web safe color of #BDB76B is #CCCC66 (or #CC6).

RGB color model

#BDB76B color RGB value is (189,183,107).

  • red value is 189;
  • green value is 183;
  • blue value is 107.
RGB:
(189,183,107)
(74%,72%,42%)

RGB channels and saturation

R 189 of 255 = 74%
G 183 of 255 = 72%
B 107 of 255 = 42%

189
183
107

R + G + B ~ 63%. #BDB76B is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 183 + 107 = 479 (100%)
R 189 of 479 ~ 39.46%
G 183 of 479 ~ 38.2%
B 107 of 479 ~ 22.34%

%39.46
%38.2
%22.34

CMYK color model

#BDB76B color CMYK value is (0,3,43,26).

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 43.39%
  • key color value is 25.88%
CMYK:
(0,3,43,26)
C0M3Y43K26 
(0%,3%,43%,26%)
(0.00/0.03/0.43/0.26)	

CMYK percentages

%0
%3.17
%43.39
%25.88

Codes

Color #BDB76B in popluar color models

BDB76B
RGB189183107
HSL56°38.32%58.04%
HSB/HSV56°43.39%74.12%
CMYK0.00%3.17%43.39%
25.88%

Color #BDB76B in popluar number systems.

HEXBDB76B
Decimal189183107
Binary10111101101101111101011
Octal275267153

Shades and tints

Shades of #BDB76B

#BDB76B
(189,183,107)
#ACA762
(172,167,98)
#9B9759
(155,151,89)
#8A8750
(138,135,80)
#797747
(121,119,71)
#68673E
(104,103,62)
#575735
(87,87,53)
#46472C
(70,71,44)
#353723
(53,55,35)
#24271A
(36,39,26)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #BDB76B

#BDB76B
(189,183,107)
#C3BD78
(195,189,120)
#C9C385
(201,195,133)
#CFC992
(207,201,146)
#D5CF9F
(213,207,159)
#DBD5AC
(219,213,172)
#E1DBB9
(225,219,185)
#E7E1C6
(231,225,198)
#EDE7D3
(237,231,211)
#F3EDE0
(243,237,224)
#F9F3ED
(249,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB76B color. Also use rgb(189,183,107) instead hex code.

Text Font Color

.myTextColor { color: #BDB76B; }

<p style="color:#BDB76B">This sample text font color is #BDB76B.</p>

This text font color is #BDB76B.


Background Color

.myBgColor { background-color: #BDB76B; }

<div style="background-color:#BDB76B">Inner text</div>

This div background color is #BDB76B.


Border color

.myBorderColor { border: 1px solid #BDB76B; }

<div style="border:3px solid #BDB76B">Div</div>

This div border color is #BDB76B.


Opacity

.myOpacity80 { color: #BDB76B; opacity: 0.8; }

<p style="color:#BDB76B;opacity:0.8;">80%</p>

Text with #BDB76B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BDB76B;}

<p style="text-shadow: 3px 3px 1px #BDB76B">Text here.</p>

This text has shadow with #BDB76B color.

.textShadow {text-shadow: 3px 3px 1px #BDB76B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BDB76B, 5px 5px 20px red">Text here.</p>

This text has shadow with #BDB76B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BDB76B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BDB76B, Direction=45, Strength=4)">Text</p>

This text has shadow with #BDB76B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BDB76B;
  -webkit-box-shadow:	1px 1px 3px 2px #BDB76B;
  box-shadow:		1px 1px 3px 2px #BDB76B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BDB76B;
-webkit-box-shadow: 1px 1px 3px 2px #BDB76B;
box-shadow:1px 1px 3px 2px #BDB76B;">
Div content here</div>
This div box has shadow with color #BDB76B.

Preview

Color preview on black background

This text has color #BDB76B on black background.


Color preview on white background

This text has color #BDB76B on white background.



Black color preview on #BDB76B background

This text has black color on #BDB76B background.


White color preview on #BDB76B background

This text has white color on #BDB76B background.