Shades of Dark Khaki #BDBD70
Tints of Dark Khaki #BDBD70
RGB
CMYK
RGB Variations
Color information
#BDBD70 (or 0xBDBD70) is known color: Dark Khaki. HEX triplet: BD, BD and 70. RGB value is (189,189,112). Sum of RGB (Red+Green+Blue) = 189+189+112=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD70 is #42428F. Grayscale: #B4B4B4. Windows color (decimal): -4342416 or 7388605. OLE color: 7388605.
HSL color Cylindrical-coordinate representation of color #BDBD70: hue angle of 60º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDBD70 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 112 | - |
| CMYK | 0 | 0 | 0.41 | 0.26 |
| HSL | 60º | 0.37% | 0.59% | - |
| HSV(B) | 60º | 0.41% | 0.74% | - |
| XYZ | 42.11 | 48.38 | 22.45 | - |
| YUV | 180.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 112 | 0 | 0 | 0.41 | 0.26 | 60 | 0.37 | 0.59 |
| Hex | BD | BD | 70 | 0 | 0 | 29 | 1A | 3C | 25 | 3B |
| Octal | 275 | 275 | 160 | 0 | 0 | 51 | 32 | 74 | 45 | 73 |
| Binary | 10111101 | 10111101 | 1110000 | 0 | 0 | 101001 | 11010 | 111100 | 100101 | 111011 |
Color Harmonies of #BDBD70
Complementary color
Monochromatic Colors of #BDBD70
Black with #BDBD70
Text Example
Text Example
White with #BDBD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD70; }
p { color: rgb(189,189,112); }
H1.HeaderClassName
{
color: #BDBD70;
}
.AnyTagClassName
{
color: #BDBD70;
}
</style>
background-color css
<style>
a { background-color: #BDBD70; }
a { background-color: rgb(189,189,112); }
div.DivClassName
{
background-color: #BDBD70;
}
.BgClassName
{
background-color: #BDBD70;
}
</style>
border-color css
<style>
span { border-color: #BDBD70; }
span { border-color: rgb(189,189,112); }
td.TdClassName
{
border-color: #BDBD70;
}
.TagClassName
{
border-color: #BDBD70;
}
</style>