Shades of Dark Khaki #BDB962
Tints of Dark Khaki #BDB962
RGB
CMYK
RGB Variations
Color information
#BDB962 (or 0xBDB962) is known color: Dark Khaki. HEX triplet: BD, B9 and 62. RGB value is (189,185,98). Sum of RGB (Red+Green+Blue) = 189+185+98=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB962 is #42469D. Grayscale: #B0B0B0. Windows color (decimal): -4343454 or 6470077. OLE color: 6470077.
HSL color Cylindrical-coordinate representation of color #BDB962: hue angle of 57.36º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDB962 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 185 | 98 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.26 |
| HSL | 57.36º | 0.41% | 0.56% | - |
| HSV(B) | 57.36º | 0.48% | 0.74% | - |
| XYZ | 40.54 | 46.4 | 18.37 | - |
| YUV | 176.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 98 | 0 | 0.02 | 0.48 | 0.26 | 57.36 | 0.41 | 0.56 |
| Hex | BD | B9 | 62 | 0 | 2 | 30 | 1A | 39 | 29 | 38 |
| Octal | 275 | 271 | 142 | 0 | 2 | 60 | 32 | 71 | 51 | 70 |
| Binary | 10111101 | 10111001 | 1100010 | 0 | 10 | 110000 | 11010 | 111001 | 101001 | 111000 |
Color Harmonies of #BDB962
Complementary color
Monochromatic Colors of #BDB962
Black with #BDB962
Text Example
Text Example
White with #BDB962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB962; }
p { color: rgb(189,185,98); }
H1.HeaderClassName
{
color: #BDB962;
}
.AnyTagClassName
{
color: #BDB962;
}
</style>
background-color css
<style>
a { background-color: #BDB962; }
a { background-color: rgb(189,185,98); }
div.DivClassName
{
background-color: #BDB962;
}
.BgClassName
{
background-color: #BDB962;
}
</style>
border-color css
<style>
span { border-color: #BDB962; }
span { border-color: rgb(189,185,98); }
td.TdClassName
{
border-color: #BDB962;
}
.TagClassName
{
border-color: #BDB962;
}
</style>