Shades of Green Mist #BBC296
Tints of Green Mist #BBC296
RGB
CMYK
RGB Variations
Color information
#BBC296 (or 0xBBC296) is known color: Green Mist. HEX triplet: BB, C2 and 96. RGB value is (187,194,150). Sum of RGB (Red+Green+Blue) = 187+194+150=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC296 is #443D69. Grayscale: #BBBBBB. Windows color (decimal): -4472170 or 9880251. OLE color: 9880251.
HSL color Cylindrical-coordinate representation of color #BBC296: hue angle of 69.55º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC296 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 150 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.24 |
| HSL | 69.55º | 0.27% | 0.67% | - |
| HSV(B) | 69.55º | 0.23% | 0.76% | - |
| XYZ | 45.29 | 51.35 | 36.38 | - |
| YUV | 186.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 150 | 0.04 | 0 | 0.23 | 0.24 | 69.55 | 0.27 | 0.67 |
| Hex | BB | C2 | 96 | 4 | 0 | 17 | 18 | 46 | 1B | 43 |
| Octal | 273 | 302 | 226 | 4 | 0 | 27 | 30 | 106 | 33 | 103 |
| Binary | 10111011 | 11000010 | 10010110 | 100 | 0 | 10111 | 11000 | 1000110 | 11011 | 1000011 |
Color Harmonies of #BBC296
Complementary color
Monochromatic Colors of #BBC296
Black with #BBC296
Text Example
Text Example
White with #BBC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC296; }
p { color: rgb(187,194,150); }
H1.HeaderClassName
{
color: #BBC296;
}
.AnyTagClassName
{
color: #BBC296;
}
</style>
background-color css
<style>
a { background-color: #BBC296; }
a { background-color: rgb(187,194,150); }
div.DivClassName
{
background-color: #BBC296;
}
.BgClassName
{
background-color: #BBC296;
}
</style>
border-color css
<style>
span { border-color: #BBC296; }
span { border-color: rgb(187,194,150); }
td.TdClassName
{
border-color: #BBC296;
}
.TagClassName
{
border-color: #BBC296;
}
</style>