Shades of Green Mist #BBC28E
Tints of Green Mist #BBC28E
RGB
CMYK
RGB Variations
Color information
#BBC28E (or 0xBBC28E) is known color: Green Mist. HEX triplet: BB, C2 and 8E. RGB value is (187,194,142). Sum of RGB (Red+Green+Blue) = 187+194+142=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC28E is #443D71. Grayscale: #BABABA. Windows color (decimal): -4472178 or 9355963. OLE color: 9355963.
HSL color Cylindrical-coordinate representation of color #BBC28E: hue angle of 68.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC28E is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 194 | 142 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.24 |
| HSL | 68.08º | 0.3% | 0.66% | - |
| HSV(B) | 68.08º | 0.27% | 0.76% | - |
| XYZ | 44.67 | 51.1 | 33.1 | - |
| YUV | 185.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 142 | 0.04 | 0 | 0.27 | 0.24 | 68.08 | 0.3 | 0.66 |
| Hex | BB | C2 | 8E | 4 | 0 | 1B | 18 | 44 | 1E | 42 |
| Octal | 273 | 302 | 216 | 4 | 0 | 33 | 30 | 104 | 36 | 102 |
| Binary | 10111011 | 11000010 | 10001110 | 100 | 0 | 11011 | 11000 | 1000100 | 11110 | 1000010 |
Color Harmonies of #BBC28E
Complementary color
Monochromatic Colors of #BBC28E
Black with #BBC28E
Text Example
Text Example
White with #BBC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC28E; }
p { color: rgb(187,194,142); }
H1.HeaderClassName
{
color: #BBC28E;
}
.AnyTagClassName
{
color: #BBC28E;
}
</style>
background-color css
<style>
a { background-color: #BBC28E; }
a { background-color: rgb(187,194,142); }
div.DivClassName
{
background-color: #BBC28E;
}
.BgClassName
{
background-color: #BBC28E;
}
</style>
border-color css
<style>
span { border-color: #BBC28E; }
span { border-color: rgb(187,194,142); }
td.TdClassName
{
border-color: #BBC28E;
}
.TagClassName
{
border-color: #BBC28E;
}
</style>