Shades of Dark Khaki #BBC06D
Tints of Dark Khaki #BBC06D
RGB
CMYK
RGB Variations
Color information
#BBC06D (or 0xBBC06D) is known color: Dark Khaki. HEX triplet: BB, C0 and 6D. RGB value is (187,192,109). Sum of RGB (Red+Green+Blue) = 187+192+109=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC06D is #443F92. Grayscale: #B5B5B5. Windows color (decimal): -4472723 or 7192763. OLE color: 7192763.
HSL color Cylindrical-coordinate representation of color #BBC06D: hue angle of 63.61º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC06D is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 109 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.25 |
| HSL | 63.61º | 0.4% | 0.59% | - |
| HSV(B) | 63.61º | 0.43% | 0.75% | - |
| XYZ | 42.1 | 49.37 | 21.78 | - |
| YUV | 181.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 109 | 0.03 | 0 | 0.43 | 0.25 | 63.61 | 0.4 | 0.59 |
| Hex | BB | C0 | 6D | 3 | 0 | 2B | 19 | 40 | 28 | 3B |
| Octal | 273 | 300 | 155 | 3 | 0 | 53 | 31 | 100 | 50 | 73 |
| Binary | 10111011 | 11000000 | 1101101 | 11 | 0 | 101011 | 11001 | 1000000 | 101000 | 111011 |
Color Harmonies of #BBC06D
Complementary color
Monochromatic Colors of #BBC06D
Black with #BBC06D
Text Example
Text Example
White with #BBC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC06D; }
p { color: rgb(187,192,109); }
H1.HeaderClassName
{
color: #BBC06D;
}
.AnyTagClassName
{
color: #BBC06D;
}
</style>
background-color css
<style>
a { background-color: #BBC06D; }
a { background-color: rgb(187,192,109); }
div.DivClassName
{
background-color: #BBC06D;
}
.BgClassName
{
background-color: #BBC06D;
}
</style>
border-color css
<style>
span { border-color: #BBC06D; }
span { border-color: rgb(187,192,109); }
td.TdClassName
{
border-color: #BBC06D;
}
.TagClassName
{
border-color: #BBC06D;
}
</style>