Shades of Green Mist #BBC08C
Tints of Green Mist #BBC08C
RGB
CMYK
RGB Variations
Color information
#BBC08C (or 0xBBC08C) is known color: Green Mist. HEX triplet: BB, C0 and 8C. RGB value is (187,192,140). Sum of RGB (Red+Green+Blue) = 187+192+140=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC08C is #443F73. Grayscale: #B8B8B8. Windows color (decimal): -4472692 or 9224379. OLE color: 9224379.
HSL color Cylindrical-coordinate representation of color #BBC08C: hue angle of 65.77º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC08C is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 140 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.25 |
| HSL | 65.77º | 0.29% | 0.65% | - |
| HSV(B) | 65.77º | 0.27% | 0.75% | - |
| XYZ | 44.08 | 50.16 | 32.17 | - |
| YUV | 184.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 140 | 0.03 | 0 | 0.27 | 0.25 | 65.77 | 0.29 | 0.65 |
| Hex | BB | C0 | 8C | 3 | 0 | 1B | 19 | 42 | 1D | 41 |
| Octal | 273 | 300 | 214 | 3 | 0 | 33 | 31 | 102 | 35 | 101 |
| Binary | 10111011 | 11000000 | 10001100 | 11 | 0 | 11011 | 11001 | 1000010 | 11101 | 1000001 |
Color Harmonies of #BBC08C
Complementary color
Monochromatic Colors of #BBC08C
Black with #BBC08C
Text Example
Text Example
White with #BBC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC08C; }
p { color: rgb(187,192,140); }
H1.HeaderClassName
{
color: #BBC08C;
}
.AnyTagClassName
{
color: #BBC08C;
}
</style>
background-color css
<style>
a { background-color: #BBC08C; }
a { background-color: rgb(187,192,140); }
div.DivClassName
{
background-color: #BBC08C;
}
.BgClassName
{
background-color: #BBC08C;
}
</style>
border-color css
<style>
span { border-color: #BBC08C; }
span { border-color: rgb(187,192,140); }
td.TdClassName
{
border-color: #BBC08C;
}
.TagClassName
{
border-color: #BBC08C;
}
</style>