Shades of Dark Khaki #BDB96D
Tints of Dark Khaki #BDB96D
RGB
CMYK
RGB Variations
Color information
#BDB96D (or 0xBDB96D) is known color: Dark Khaki. HEX triplet: BD, B9 and 6D. RGB value is (189,185,109). Sum of RGB (Red+Green+Blue) = 189+185+109=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB96D is #424692. Grayscale: #B1B1B1. Windows color (decimal): -4343443 or 7190973. OLE color: 7190973.
HSL color Cylindrical-coordinate representation of color #BDB96D: hue angle of 57º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDB96D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 109 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.26 |
| HSL | 57º | 0.38% | 0.58% | - |
| HSV(B) | 57º | 0.42% | 0.74% | - |
| XYZ | 41.1 | 46.62 | 21.3 | - |
| YUV | 177.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 109 | 0 | 0.02 | 0.42 | 0.26 | 57 | 0.38 | 0.58 |
| Hex | BD | B9 | 6D | 0 | 2 | 2A | 1A | 39 | 26 | 3A |
| Octal | 275 | 271 | 155 | 0 | 2 | 52 | 32 | 71 | 46 | 72 |
| Binary | 10111101 | 10111001 | 1101101 | 0 | 10 | 101010 | 11010 | 111001 | 100110 | 111010 |
Color Harmonies of #BDB96D
Complementary color
Monochromatic Colors of #BDB96D
Black with #BDB96D
Text Example
Text Example
White with #BDB96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB96D; }
p { color: rgb(189,185,109); }
H1.HeaderClassName
{
color: #BDB96D;
}
.AnyTagClassName
{
color: #BDB96D;
}
</style>
background-color css
<style>
a { background-color: #BDB96D; }
a { background-color: rgb(189,185,109); }
div.DivClassName
{
background-color: #BDB96D;
}
.BgClassName
{
background-color: #BDB96D;
}
</style>
border-color css
<style>
span { border-color: #BDB96D; }
span { border-color: rgb(189,185,109); }
td.TdClassName
{
border-color: #BDB96D;
}
.TagClassName
{
border-color: #BDB96D;
}
</style>