Shades of Green Mist #BBC08E
Tints of Green Mist #BBC08E
RGB
CMYK
RGB Variations
Color information
#BBC08E (or 0xBBC08E) is known color: Green Mist. HEX triplet: BB, C0 and 8E. RGB value is (187,192,142). Sum of RGB (Red+Green+Blue) = 187+192+142=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC08E is #443F71. Grayscale: #B9B9B9. Windows color (decimal): -4472690 or 9355451. OLE color: 9355451.
HSL color Cylindrical-coordinate representation of color #BBC08E: hue angle of 66º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC08E is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 142 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.25 |
| HSL | 66º | 0.28% | 0.65% | - |
| HSV(B) | 66º | 0.26% | 0.75% | - |
| XYZ | 44.23 | 50.22 | 32.95 | - |
| YUV | 184.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 142 | 0.03 | 0 | 0.26 | 0.25 | 66 | 0.28 | 0.65 |
| Hex | BB | C0 | 8E | 3 | 0 | 1A | 19 | 42 | 1C | 41 |
| Octal | 273 | 300 | 216 | 3 | 0 | 32 | 31 | 102 | 34 | 101 |
| Binary | 10111011 | 11000000 | 10001110 | 11 | 0 | 11010 | 11001 | 1000010 | 11100 | 1000001 |
Color Harmonies of #BBC08E
Complementary color
Monochromatic Colors of #BBC08E
Black with #BBC08E
Text Example
Text Example
White with #BBC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC08E; }
p { color: rgb(187,192,142); }
H1.HeaderClassName
{
color: #BBC08E;
}
.AnyTagClassName
{
color: #BBC08E;
}
</style>
background-color css
<style>
a { background-color: #BBC08E; }
a { background-color: rgb(187,192,142); }
div.DivClassName
{
background-color: #BBC08E;
}
.BgClassName
{
background-color: #BBC08E;
}
</style>
border-color css
<style>
span { border-color: #BBC08E; }
span { border-color: rgb(187,192,142); }
td.TdClassName
{
border-color: #BBC08E;
}
.TagClassName
{
border-color: #BBC08E;
}
</style>