Shades of Green Mist #BBC18E
Tints of Green Mist #BBC18E
RGB
CMYK
RGB Variations
Color information
#BBC18E (or 0xBBC18E) is known color: Green Mist. HEX triplet: BB, C1 and 8E. RGB value is (187,193,142). Sum of RGB (Red+Green+Blue) = 187+193+142=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC18E is #443E71. Grayscale: #B9B9B9. Windows color (decimal): -4472434 or 9355707. OLE color: 9355707.
HSL color Cylindrical-coordinate representation of color #BBC18E: hue angle of 67.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBC18E is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 193 | 142 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.24 |
| HSL | 67.06º | 0.29% | 0.66% | - |
| HSV(B) | 67.06º | 0.26% | 0.76% | - |
| XYZ | 44.45 | 50.66 | 33.03 | - |
| YUV | 185.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 142 | 0.03 | 0 | 0.26 | 0.24 | 67.06 | 0.29 | 0.66 |
| Hex | BB | C1 | 8E | 3 | 0 | 1A | 18 | 43 | 1D | 42 |
| Octal | 273 | 301 | 216 | 3 | 0 | 32 | 30 | 103 | 35 | 102 |
| Binary | 10111011 | 11000001 | 10001110 | 11 | 0 | 11010 | 11000 | 1000011 | 11101 | 1000010 |
Color Harmonies of #BBC18E
Complementary color
Monochromatic Colors of #BBC18E
Black with #BBC18E
Text Example
Text Example
White with #BBC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC18E; }
p { color: rgb(187,193,142); }
H1.HeaderClassName
{
color: #BBC18E;
}
.AnyTagClassName
{
color: #BBC18E;
}
</style>
background-color css
<style>
a { background-color: #BBC18E; }
a { background-color: rgb(187,193,142); }
div.DivClassName
{
background-color: #BBC18E;
}
.BgClassName
{
background-color: #BBC18E;
}
</style>
border-color css
<style>
span { border-color: #BBC18E; }
span { border-color: rgb(187,193,142); }
td.TdClassName
{
border-color: #BBC18E;
}
.TagClassName
{
border-color: #BBC18E;
}
</style>