Shades of Green Mist #BBC095
Tints of Green Mist #BBC095
RGB
CMYK
RGB Variations
Color information
#BBC095 (or 0xBBC095) is known color: Green Mist. HEX triplet: BB, C0 and 95. RGB value is (187,192,149). Sum of RGB (Red+Green+Blue) = 187+192+149=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC095 is #443F6A. Grayscale: #B9B9B9. Windows color (decimal): -4472683 or 9814203. OLE color: 9814203.
HSL color Cylindrical-coordinate representation of color #BBC095: hue angle of 66.98º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC095 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 192 | 149 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.25 |
| HSL | 66.98º | 0.25% | 0.67% | - |
| HSV(B) | 66.98º | 0.22% | 0.75% | - |
| XYZ | 44.77 | 50.43 | 35.81 | - |
| YUV | 185.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 192 | 149 | 0.03 | 0 | 0.22 | 0.25 | 66.98 | 0.25 | 0.67 |
| Hex | BB | C0 | 95 | 3 | 0 | 16 | 19 | 43 | 19 | 43 |
| Octal | 273 | 300 | 225 | 3 | 0 | 26 | 31 | 103 | 31 | 103 |
| Binary | 10111011 | 11000000 | 10010101 | 11 | 0 | 10110 | 11001 | 1000011 | 11001 | 1000011 |
Color Harmonies of #BBC095
Complementary color
Monochromatic Colors of #BBC095
Black with #BBC095
Text Example
Text Example
White with #BBC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC095; }
p { color: rgb(187,192,149); }
H1.HeaderClassName
{
color: #BBC095;
}
.AnyTagClassName
{
color: #BBC095;
}
</style>
background-color css
<style>
a { background-color: #BBC095; }
a { background-color: rgb(187,192,149); }
div.DivClassName
{
background-color: #BBC095;
}
.BgClassName
{
background-color: #BBC095;
}
</style>
border-color css
<style>
span { border-color: #BBC095; }
span { border-color: rgb(187,192,149); }
td.TdClassName
{
border-color: #BBC095;
}
.TagClassName
{
border-color: #BBC095;
}
</style>