Shades of Dark Khaki #BDBD65
Tints of Dark Khaki #BDBD65
RGB
CMYK
RGB Variations
Color information
#BDBD65 (or 0xBDBD65) is known color: Dark Khaki. HEX triplet: BD, BD and 65. RGB value is (189,189,101). Sum of RGB (Red+Green+Blue) = 189+189+101=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD65 is #42429A. Grayscale: #B3B3B3. Windows color (decimal): -4342427 or 6667709. OLE color: 6667709.
HSL color Cylindrical-coordinate representation of color #BDBD65: hue angle of 60º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDBD65 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 101 | - |
| CMYK | 0 | 0 | 0.47 | 0.26 |
| HSL | 60º | 0.4% | 0.57% | - |
| HSV(B) | 60º | 0.47% | 0.74% | - |
| XYZ | 41.53 | 48.15 | 19.42 | - |
| YUV | 178.97 | 84 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 101 | 0 | 0 | 0.47 | 0.26 | 60 | 0.4 | 0.57 |
| Hex | BD | BD | 65 | 0 | 0 | 2F | 1A | 3C | 28 | 39 |
| Octal | 275 | 275 | 145 | 0 | 0 | 57 | 32 | 74 | 50 | 71 |
| Binary | 10111101 | 10111101 | 1100101 | 0 | 0 | 101111 | 11010 | 111100 | 101000 | 111001 |
Color Harmonies of #BDBD65
Complementary color
Monochromatic Colors of #BDBD65
Black with #BDBD65
Text Example
Text Example
White with #BDBD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD65; }
p { color: rgb(189,189,101); }
H1.HeaderClassName
{
color: #BDBD65;
}
.AnyTagClassName
{
color: #BDBD65;
}
</style>
background-color css
<style>
a { background-color: #BDBD65; }
a { background-color: rgb(189,189,101); }
div.DivClassName
{
background-color: #BDBD65;
}
.BgClassName
{
background-color: #BDBD65;
}
</style>
border-color css
<style>
span { border-color: #BDBD65; }
span { border-color: rgb(189,189,101); }
td.TdClassName
{
border-color: #BDBD65;
}
.TagClassName
{
border-color: #BDBD65;
}
</style>