Shades of Green Mist #BBC58E
Tints of Green Mist #BBC58E
RGB
CMYK
RGB Variations
Color information
#BBC58E (or 0xBBC58E) is known color: Green Mist. HEX triplet: BB, C5 and 8E. RGB value is (187,197,142). Sum of RGB (Red+Green+Blue) = 187+197+142=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC58E is #443A71. Grayscale: #BBBBBB. Windows color (decimal): -4471410 or 9356731. OLE color: 9356731.
HSL color Cylindrical-coordinate representation of color #BBC58E: hue angle of 70.91º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBC58E is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 197 | 142 | - |
| CMYK | 0.05 | 0 | 0.28 | 0.23 |
| HSL | 70.91º | 0.32% | 0.66% | - |
| HSV(B) | 70.91º | 0.28% | 0.77% | - |
| XYZ | 45.34 | 52.45 | 33.33 | - |
| YUV | 187.74 | 102.19 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 142 | 0.05 | 0 | 0.28 | 0.23 | 70.91 | 0.32 | 0.66 |
| Hex | BB | C5 | 8E | 5 | 0 | 1C | 17 | 47 | 20 | 42 |
| Octal | 273 | 305 | 216 | 5 | 0 | 34 | 27 | 107 | 40 | 102 |
| Binary | 10111011 | 11000101 | 10001110 | 101 | 0 | 11100 | 10111 | 1000111 | 100000 | 1000010 |
Color Harmonies of #BBC58E
Complementary color
Monochromatic Colors of #BBC58E
Black with #BBC58E
Text Example
Text Example
White with #BBC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC58E; }
p { color: rgb(187,197,142); }
H1.HeaderClassName
{
color: #BBC58E;
}
.AnyTagClassName
{
color: #BBC58E;
}
</style>
background-color css
<style>
a { background-color: #BBC58E; }
a { background-color: rgb(187,197,142); }
div.DivClassName
{
background-color: #BBC58E;
}
.BgClassName
{
background-color: #BBC58E;
}
</style>
border-color css
<style>
span { border-color: #BBC58E; }
span { border-color: rgb(187,197,142); }
td.TdClassName
{
border-color: #BBC58E;
}
.TagClassName
{
border-color: #BBC58E;
}
</style>