Shades of Green Mist #B8C28E
Tints of Green Mist #B8C28E
RGB
CMYK
RGB Variations
Color information
#B8C28E (or 0xB8C28E) is known color: Green Mist. HEX triplet: B8, C2 and 8E. RGB value is (184,194,142). Sum of RGB (Red+Green+Blue) = 184+194+142=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C28E is #473D71. Grayscale: #B9B9B9. Windows color (decimal): -4668786 or 9355960. OLE color: 9355960.
HSL color Cylindrical-coordinate representation of color #B8C28E: hue angle of 71.54º 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 #B8C28E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 142 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.24 |
| HSL | 71.54º | 0.3% | 0.66% | - |
| HSV(B) | 71.54º | 0.27% | 0.76% | - |
| XYZ | 43.94 | 50.73 | 33.07 | - |
| YUV | 185.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 142 | 0.05 | 0 | 0.27 | 0.24 | 71.54 | 0.3 | 0.66 |
| Hex | B8 | C2 | 8E | 5 | 0 | 1B | 18 | 48 | 1E | 42 |
| Octal | 270 | 302 | 216 | 5 | 0 | 33 | 30 | 110 | 36 | 102 |
| Binary | 10111000 | 11000010 | 10001110 | 101 | 0 | 11011 | 11000 | 1001000 | 11110 | 1000010 |
Color Harmonies of #B8C28E
Complementary color
Monochromatic Colors of #B8C28E
Black with #B8C28E
Text Example
Text Example
White with #B8C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C28E; }
p { color: rgb(184,194,142); }
H1.HeaderClassName
{
color: #B8C28E;
}
.AnyTagClassName
{
color: #B8C28E;
}
</style>
background-color css
<style>
a { background-color: #B8C28E; }
a { background-color: rgb(184,194,142); }
div.DivClassName
{
background-color: #B8C28E;
}
.BgClassName
{
background-color: #B8C28E;
}
</style>
border-color css
<style>
span { border-color: #B8C28E; }
span { border-color: rgb(184,194,142); }
td.TdClassName
{
border-color: #B8C28E;
}
.TagClassName
{
border-color: #B8C28E;
}
</style>