Shades of Dark Khaki #BDBD63
Tints of Dark Khaki #BDBD63
RGB
CMYK
RGB Variations
Color information
#BDBD63 (or 0xBDBD63) is known color: Dark Khaki. HEX triplet: BD, BD and 63. RGB value is (189,189,99). Sum of RGB (Red+Green+Blue) = 189+189+99=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 189 (74.22% from 255 or 39.62% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD63 is #42429C. Grayscale: #B3B3B3. Windows color (decimal): -4342429 or 6536637. OLE color: 6536637.
HSL color Cylindrical-coordinate representation of color #BDBD63: hue angle of 60º 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 #BDBD63 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 99 | - |
| CMYK | 0 | 0 | 0.48 | 0.26 |
| HSL | 60º | 0.41% | 0.56% | - |
| HSV(B) | 60º | 0.48% | 0.74% | - |
| XYZ | 41.44 | 48.11 | 18.91 | - |
| YUV | 178.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 99 | 0 | 0 | 0.48 | 0.26 | 60 | 0.41 | 0.56 |
| Hex | BD | BD | 63 | 0 | 0 | 30 | 1A | 3C | 29 | 38 |
| Octal | 275 | 275 | 143 | 0 | 0 | 60 | 32 | 74 | 51 | 70 |
| Binary | 10111101 | 10111101 | 1100011 | 0 | 0 | 110000 | 11010 | 111100 | 101001 | 111000 |
Color Harmonies of #BDBD63
Complementary color
Monochromatic Colors of #BDBD63
Black with #BDBD63
Text Example
Text Example
White with #BDBD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD63; }
p { color: rgb(189,189,99); }
H1.HeaderClassName
{
color: #BDBD63;
}
.AnyTagClassName
{
color: #BDBD63;
}
</style>
background-color css
<style>
a { background-color: #BDBD63; }
a { background-color: rgb(189,189,99); }
div.DivClassName
{
background-color: #BDBD63;
}
.BgClassName
{
background-color: #BDBD63;
}
</style>
border-color css
<style>
span { border-color: #BDBD63; }
span { border-color: rgb(189,189,99); }
td.TdClassName
{
border-color: #BDBD63;
}
.TagClassName
{
border-color: #BDBD63;
}
</style>