Shades of Dark Khaki #BDBD6D
Tints of Dark Khaki #BDBD6D
RGB
CMYK
RGB Variations
Color information
#BDBD6D (or 0xBDBD6D) is known color: Dark Khaki. HEX triplet: BD, BD and 6D. RGB value is (189,189,109). Sum of RGB (Red+Green+Blue) = 189+189+109=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD6D is #424292. Grayscale: #B4B4B4. Windows color (decimal): -4342419 or 7191997. OLE color: 7191997.
HSL color Cylindrical-coordinate representation of color #BDBD6D: hue angle of 60º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDBD6D is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 189 | 109 | - |
| CMYK | 0 | 0 | 0.42 | 0.26 |
| HSL | 60º | 0.38% | 0.58% | - |
| HSV(B) | 60º | 0.42% | 0.74% | - |
| XYZ | 41.94 | 48.32 | 21.58 | - |
| YUV | 179.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 189 | 109 | 0 | 0 | 0.42 | 0.26 | 60 | 0.38 | 0.58 |
| Hex | BD | BD | 6D | 0 | 0 | 2A | 1A | 3C | 26 | 3A |
| Octal | 275 | 275 | 155 | 0 | 0 | 52 | 32 | 74 | 46 | 72 |
| Binary | 10111101 | 10111101 | 1101101 | 0 | 0 | 101010 | 11010 | 111100 | 100110 | 111010 |
Color Harmonies of #BDBD6D
Complementary color
Monochromatic Colors of #BDBD6D
Black with #BDBD6D
Text Example
Text Example
White with #BDBD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBD6D; }
p { color: rgb(189,189,109); }
H1.HeaderClassName
{
color: #BDBD6D;
}
.AnyTagClassName
{
color: #BDBD6D;
}
</style>
background-color css
<style>
a { background-color: #BDBD6D; }
a { background-color: rgb(189,189,109); }
div.DivClassName
{
background-color: #BDBD6D;
}
.BgClassName
{
background-color: #BDBD6D;
}
</style>
border-color css
<style>
span { border-color: #BDBD6D; }
span { border-color: rgb(189,189,109); }
td.TdClassName
{
border-color: #BDBD6D;
}
.TagClassName
{
border-color: #BDBD6D;
}
</style>