Shades of Dark Khaki #BBC16E
Tints of Dark Khaki #BBC16E
RGB
CMYK
RGB Variations
Color information
#BBC16E (or 0xBBC16E) is known color: Dark Khaki. HEX triplet: BB, C1 and 6E. RGB value is (187,193,110). Sum of RGB (Red+Green+Blue) = 187+193+110=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC16E is #443E91. Grayscale: #B6B6B6. Windows color (decimal): -4472466 or 7258555. OLE color: 7258555.
HSL color Cylindrical-coordinate representation of color #BBC16E: hue angle of 64.34º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC16E is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 110 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.24 |
| HSL | 64.34º | 0.4% | 0.59% | - |
| HSV(B) | 64.34º | 0.43% | 0.76% | - |
| XYZ | 42.38 | 49.83 | 22.14 | - |
| YUV | 181.74 | 87.51 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 110 | 0.03 | 0 | 0.43 | 0.24 | 64.34 | 0.4 | 0.59 |
| Hex | BB | C1 | 6E | 3 | 0 | 2B | 18 | 40 | 28 | 3B |
| Octal | 273 | 301 | 156 | 3 | 0 | 53 | 30 | 100 | 50 | 73 |
| Binary | 10111011 | 11000001 | 1101110 | 11 | 0 | 101011 | 11000 | 1000000 | 101000 | 111011 |
Color Harmonies of #BBC16E
Complementary color
Monochromatic Colors of #BBC16E
Black with #BBC16E
Text Example
Text Example
White with #BBC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC16E; }
p { color: rgb(187,193,110); }
H1.HeaderClassName
{
color: #BBC16E;
}
.AnyTagClassName
{
color: #BBC16E;
}
</style>
background-color css
<style>
a { background-color: #BBC16E; }
a { background-color: rgb(187,193,110); }
div.DivClassName
{
background-color: #BBC16E;
}
.BgClassName
{
background-color: #BBC16E;
}
</style>
border-color css
<style>
span { border-color: #BBC16E; }
span { border-color: rgb(187,193,110); }
td.TdClassName
{
border-color: #BBC16E;
}
.TagClassName
{
border-color: #BBC16E;
}
</style>