Shades of Dark Khaki #BBC06C
Tints of Dark Khaki #BBC06C
RGB
CMYK
RGB Variations
Color information
#BBC06C (or 0xBBC06C) is known color: Dark Khaki. HEX triplet: BB, C0 and 6C. RGB value is (187,192,108). Sum of RGB (Red+Green+Blue) = 187+192+108=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC06C is #443F93. Grayscale: #B5B5B5. Windows color (decimal): -4472724 or 7127227. OLE color: 7127227.
HSL color Cylindrical-coordinate representation of color #BBC06C: hue angle of 63.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBC06C is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 108 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.25 |
| HSL | 63.57º | 0.4% | 0.59% | - |
| HSV(B) | 63.57º | 0.44% | 0.75% | - |
| XYZ | 42.05 | 49.35 | 21.5 | - |
| YUV | 180.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 108 | 0.03 | 0 | 0.44 | 0.25 | 63.57 | 0.4 | 0.59 |
| Hex | BB | C0 | 6C | 3 | 0 | 2C | 19 | 40 | 28 | 3B |
| Octal | 273 | 300 | 154 | 3 | 0 | 54 | 31 | 100 | 50 | 73 |
| Binary | 10111011 | 11000000 | 1101100 | 11 | 0 | 101100 | 11001 | 1000000 | 101000 | 111011 |
Color Harmonies of #BBC06C
Complementary color
Monochromatic Colors of #BBC06C
Black with #BBC06C
Text Example
Text Example
White with #BBC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC06C; }
p { color: rgb(187,192,108); }
H1.HeaderClassName
{
color: #BBC06C;
}
.AnyTagClassName
{
color: #BBC06C;
}
</style>
background-color css
<style>
a { background-color: #BBC06C; }
a { background-color: rgb(187,192,108); }
div.DivClassName
{
background-color: #BBC06C;
}
.BgClassName
{
background-color: #BBC06C;
}
</style>
border-color css
<style>
span { border-color: #BBC06C; }
span { border-color: rgb(187,192,108); }
td.TdClassName
{
border-color: #BBC06C;
}
.TagClassName
{
border-color: #BBC06C;
}
</style>