Shades of Dark Khaki #BDB96E
Tints of Dark Khaki #BDB96E
RGB
CMYK
RGB Variations
Color information
#BDB96E (or 0xBDB96E) is known color: Dark Khaki. HEX triplet: BD, B9 and 6E. RGB value is (189,185,110). Sum of RGB (Red+Green+Blue) = 189+185+110=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB96E is #424691. Grayscale: #B1B1B1. Windows color (decimal): -4343442 or 7256509. OLE color: 7256509.
HSL color Cylindrical-coordinate representation of color #BDB96E: hue angle of 56.96º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDB96E is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 110 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.26 |
| HSL | 56.96º | 0.37% | 0.59% | - |
| HSV(B) | 56.96º | 0.42% | 0.74% | - |
| XYZ | 41.15 | 46.64 | 21.59 | - |
| YUV | 177.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 110 | 0 | 0.02 | 0.42 | 0.26 | 56.96 | 0.37 | 0.59 |
| Hex | BD | B9 | 6E | 0 | 2 | 2A | 1A | 39 | 25 | 3B |
| Octal | 275 | 271 | 156 | 0 | 2 | 52 | 32 | 71 | 45 | 73 |
| Binary | 10111101 | 10111001 | 1101110 | 0 | 10 | 101010 | 11010 | 111001 | 100101 | 111011 |
Color Harmonies of #BDB96E
Complementary color
Monochromatic Colors of #BDB96E
Black with #BDB96E
Text Example
Text Example
White with #BDB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB96E; }
p { color: rgb(189,185,110); }
H1.HeaderClassName
{
color: #BDB96E;
}
.AnyTagClassName
{
color: #BDB96E;
}
</style>
background-color css
<style>
a { background-color: #BDB96E; }
a { background-color: rgb(189,185,110); }
div.DivClassName
{
background-color: #BDB96E;
}
.BgClassName
{
background-color: #BDB96E;
}
</style>
border-color css
<style>
span { border-color: #BDB96E; }
span { border-color: rgb(189,185,110); }
td.TdClassName
{
border-color: #BDB96E;
}
.TagClassName
{
border-color: #BDB96E;
}
</style>