Shades of Green Mist #BBC08F
Tints of Green Mist #BBC08F
RGB
CMYK
RGB Variations
Color information
#BBC08F (or 0xBBC08F) is known color: Green Mist. HEX triplet: BB, C0 and 8F. RGB value is (187,192,143). Sum of RGB (Red+Green+Blue) = 187+192+143=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC08F is #443F70. Grayscale: #B9B9B9. Windows color (decimal): -4472689 or 9420987. OLE color: 9420987.
HSL color Cylindrical-coordinate representation of color #BBC08F: hue angle of 66.12º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC08F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 143 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.25 |
| HSL | 66.12º | 0.28% | 0.66% | - |
| HSV(B) | 66.12º | 0.26% | 0.75% | - |
| XYZ | 44.3 | 50.25 | 33.35 | - |
| YUV | 184.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 143 | 0.03 | 0 | 0.26 | 0.25 | 66.12 | 0.28 | 0.66 |
| Hex | BB | C0 | 8F | 3 | 0 | 1A | 19 | 42 | 1C | 42 |
| Octal | 273 | 300 | 217 | 3 | 0 | 32 | 31 | 102 | 34 | 102 |
| Binary | 10111011 | 11000000 | 10001111 | 11 | 0 | 11010 | 11001 | 1000010 | 11100 | 1000010 |
Color Harmonies of #BBC08F
Complementary color
Monochromatic Colors of #BBC08F
Black with #BBC08F
Text Example
Text Example
White with #BBC08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC08F; }
p { color: rgb(187,192,143); }
H1.HeaderClassName
{
color: #BBC08F;
}
.AnyTagClassName
{
color: #BBC08F;
}
</style>
background-color css
<style>
a { background-color: #BBC08F; }
a { background-color: rgb(187,192,143); }
div.DivClassName
{
background-color: #BBC08F;
}
.BgClassName
{
background-color: #BBC08F;
}
</style>
border-color css
<style>
span { border-color: #BBC08F; }
span { border-color: rgb(187,192,143); }
td.TdClassName
{
border-color: #BBC08F;
}
.TagClassName
{
border-color: #BBC08F;
}
</style>