Shades of Dark Khaki #BDBD68
Tints of Dark Khaki #BDBD68
RGB
CMYK
RGB Variations
Color information
#BDBD68 (or 0xBDBD68) is known color: Dark Khaki. HEX triplet: BD, BD and 68. RGB value is (189,189,104). Sum of RGB (Red+Green+Blue) = 189+189+104=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD68 is #424297. Grayscale: #B3B3B3. Windows color (decimal): -4342424 or 6864317. OLE color: 6864317.
HSL color Cylindrical-coordinate representation of color #BDBD68: hue angle of 60º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDBD68 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 104 | - |
| CMYK | 0 | 0 | 0.45 | 0.26 |
| HSL | 60º | 0.39% | 0.57% | - |
| HSV(B) | 60º | 0.45% | 0.74% | - |
| XYZ | 41.68 | 48.21 | 20.21 | - |
| YUV | 179.31 | 85.5 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 104 | 0 | 0 | 0.45 | 0.26 | 60 | 0.39 | 0.57 |
| Hex | BD | BD | 68 | 0 | 0 | 2D | 1A | 3C | 27 | 39 |
| Octal | 275 | 275 | 150 | 0 | 0 | 55 | 32 | 74 | 47 | 71 |
| Binary | 10111101 | 10111101 | 1101000 | 0 | 0 | 101101 | 11010 | 111100 | 100111 | 111001 |
Color Harmonies of #BDBD68
Complementary color
Monochromatic Colors of #BDBD68
Black with #BDBD68
Text Example
Text Example
White with #BDBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD68; }
p { color: rgb(189,189,104); }
H1.HeaderClassName
{
color: #BDBD68;
}
.AnyTagClassName
{
color: #BDBD68;
}
</style>
background-color css
<style>
a { background-color: #BDBD68; }
a { background-color: rgb(189,189,104); }
div.DivClassName
{
background-color: #BDBD68;
}
.BgClassName
{
background-color: #BDBD68;
}
</style>
border-color css
<style>
span { border-color: #BDBD68; }
span { border-color: rgb(189,189,104); }
td.TdClassName
{
border-color: #BDBD68;
}
.TagClassName
{
border-color: #BDBD68;
}
</style>