Shades of Dark Khaki #BDBD67
Tints of Dark Khaki #BDBD67
RGB
CMYK
RGB Variations
Color information
#BDBD67 (or 0xBDBD67) is known color: Dark Khaki. HEX triplet: BD, BD and 67. RGB value is (189,189,103). Sum of RGB (Red+Green+Blue) = 189+189+103=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 189 (74.22% from 255 or 39.29% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD67 is #424298. Grayscale: #B3B3B3. Windows color (decimal): -4342425 or 6798781. OLE color: 6798781.
HSL color Cylindrical-coordinate representation of color #BDBD67: hue angle of 60º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDBD67 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 103 | - |
| CMYK | 0 | 0 | 0.46 | 0.26 |
| HSL | 60º | 0.39% | 0.57% | - |
| HSV(B) | 60º | 0.46% | 0.74% | - |
| XYZ | 41.63 | 48.19 | 19.94 | - |
| YUV | 179.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 103 | 0 | 0 | 0.46 | 0.26 | 60 | 0.39 | 0.57 |
| Hex | BD | BD | 67 | 0 | 0 | 2E | 1A | 3C | 27 | 39 |
| Octal | 275 | 275 | 147 | 0 | 0 | 56 | 32 | 74 | 47 | 71 |
| Binary | 10111101 | 10111101 | 1100111 | 0 | 0 | 101110 | 11010 | 111100 | 100111 | 111001 |
Color Harmonies of #BDBD67
Complementary color
Monochromatic Colors of #BDBD67
Black with #BDBD67
Text Example
Text Example
White with #BDBD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD67; }
p { color: rgb(189,189,103); }
H1.HeaderClassName
{
color: #BDBD67;
}
.AnyTagClassName
{
color: #BDBD67;
}
</style>
background-color css
<style>
a { background-color: #BDBD67; }
a { background-color: rgb(189,189,103); }
div.DivClassName
{
background-color: #BDBD67;
}
.BgClassName
{
background-color: #BDBD67;
}
</style>
border-color css
<style>
span { border-color: #BDBD67; }
span { border-color: rgb(189,189,103); }
td.TdClassName
{
border-color: #BDBD67;
}
.TagClassName
{
border-color: #BDBD67;
}
</style>