Shades of Dark Khaki #BDBD64
Tints of Dark Khaki #BDBD64
RGB
CMYK
RGB Variations
Color information
#BDBD64 (or 0xBDBD64) is known color: Dark Khaki. HEX triplet: BD, BD and 64. RGB value is (189,189,100). Sum of RGB (Red+Green+Blue) = 189+189+100=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD64 is #42429B. Grayscale: #B3B3B3. Windows color (decimal): -4342428 or 6602173. OLE color: 6602173.
HSL color Cylindrical-coordinate representation of color #BDBD64: hue angle of 60º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDBD64 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 100 | - |
| CMYK | 0 | 0 | 0.47 | 0.26 |
| HSL | 60º | 0.4% | 0.57% | - |
| HSV(B) | 60º | 0.47% | 0.74% | - |
| XYZ | 41.48 | 48.13 | 19.16 | - |
| YUV | 178.85 | 83.5 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 100 | 0 | 0 | 0.47 | 0.26 | 60 | 0.4 | 0.57 |
| Hex | BD | BD | 64 | 0 | 0 | 2F | 1A | 3C | 28 | 39 |
| Octal | 275 | 275 | 144 | 0 | 0 | 57 | 32 | 74 | 50 | 71 |
| Binary | 10111101 | 10111101 | 1100100 | 0 | 0 | 101111 | 11010 | 111100 | 101000 | 111001 |
Color Harmonies of #BDBD64
Complementary color
Monochromatic Colors of #BDBD64
Black with #BDBD64
Text Example
Text Example
White with #BDBD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD64; }
p { color: rgb(189,189,100); }
H1.HeaderClassName
{
color: #BDBD64;
}
.AnyTagClassName
{
color: #BDBD64;
}
</style>
background-color css
<style>
a { background-color: #BDBD64; }
a { background-color: rgb(189,189,100); }
div.DivClassName
{
background-color: #BDBD64;
}
.BgClassName
{
background-color: #BDBD64;
}
</style>
border-color css
<style>
span { border-color: #BDBD64; }
span { border-color: rgb(189,189,100); }
td.TdClassName
{
border-color: #BDBD64;
}
.TagClassName
{
border-color: #BDBD64;
}
</style>