HEX: #BDB76B
RGB: (189,183,107)
Color name is DarkKhaki. #BDB76B contains mainly red and green colors. Web safe color of #BDB76B is #CCCC66 (or #CC6).
#BDB76B color RGB value is (189,183,107).
RGB: (189,183,107) (74%,72%,42%)
R 189 of 255 = 74%
G 183 of 255 = 72%
B 107 of 255 = 42%
R + G + B ~ 63%. #BDB76B is quite light color.
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%
#BDB76B color CMYK value is (0,3,43,26).
CMYK: (0,3,43,26) C0M3Y43K26 (0%,3%,43%,26%) (0.00/0.03/0.43/0.26)
BD | B7 | 6B | |
---|---|---|---|
RGB | 189 | 183 | 107 |
HSL | 56° | 38.32% | 58.04% |
HSB/HSV | 56° | 43.39% | 74.12% |
CMYK | 0.00% | 3.17% | 43.39% |
25.88% |
HEX | BD | B7 | 6B |
Decimal | 189 | 183 | 107 |
Binary | 10111101 | 10110111 | 1101011 |
Octal | 275 | 267 | 153 |
Examples of css and html codes for elements with #BDB76B color. Also use rgb(189,183,107) instead hex code.
.myTextColor { color: #BDB76B; }
<p style="color:#BDB76B">This sample text font color is #BDB76B.</p>
This text font color is #BDB76B.
.myBgColor { background-color: #BDB76B; }
<div style="background-color:#BDB76B">Inner text</div>
This div background color is #BDB76B.
.myBorderColor { border: 1px solid #BDB76B; }
<div style="border:3px solid #BDB76B">Div</div>
This div border color is #BDB76B.
.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%.
.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.
/* 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 text has color #BDB76B on black background.
This text has color #BDB76B on white background.
This text has black color on #BDB76B background.
This text has white color on #BDB76B background.