Shades of Dark Khaki #BBC06A
Tints of Dark Khaki #BBC06A
RGB
CMYK
RGB Variations
Color information
#BBC06A (or 0xBBC06A) is known color: Dark Khaki. HEX triplet: BB, C0 and 6A. RGB value is (187,192,106). Sum of RGB (Red+Green+Blue) = 187+192+106=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC06A is #443F95. Grayscale: #B5B5B5. Windows color (decimal): -4472726 or 6996155. OLE color: 6996155.
HSL color Cylindrical-coordinate representation of color #BBC06A: hue angle of 63.49º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BBC06A is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 106 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.25 |
| HSL | 63.49º | 0.41% | 0.58% | - |
| HSV(B) | 63.49º | 0.45% | 0.75% | - |
| XYZ | 41.94 | 49.3 | 20.94 | - |
| YUV | 180.7 | 85.84 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 106 | 0.03 | 0 | 0.45 | 0.25 | 63.49 | 0.41 | 0.58 |
| Hex | BB | C0 | 6A | 3 | 0 | 2D | 19 | 3F | 29 | 3A |
| Octal | 273 | 300 | 152 | 3 | 0 | 55 | 31 | 77 | 51 | 72 |
| Binary | 10111011 | 11000000 | 1101010 | 11 | 0 | 101101 | 11001 | 111111 | 101001 | 111010 |
Color Harmonies of #BBC06A
Complementary color
Monochromatic Colors of #BBC06A
Black with #BBC06A
Text Example
Text Example
White with #BBC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC06A; }
p { color: rgb(187,192,106); }
H1.HeaderClassName
{
color: #BBC06A;
}
.AnyTagClassName
{
color: #BBC06A;
}
</style>
background-color css
<style>
a { background-color: #BBC06A; }
a { background-color: rgb(187,192,106); }
div.DivClassName
{
background-color: #BBC06A;
}
.BgClassName
{
background-color: #BBC06A;
}
</style>
border-color css
<style>
span { border-color: #BBC06A; }
span { border-color: rgb(187,192,106); }
td.TdClassName
{
border-color: #BBC06A;
}
.TagClassName
{
border-color: #BBC06A;
}
</style>