Shades of Moss Green #B2EBAC
Tints of Moss Green #B2EBAC
RGB
CMYK
RGB Variations
Color information
#B2EBAC (or 0xB2EBAC) is known color: Moss Green. HEX triplet: B2, EB and AC. RGB value is (178,235,172). Sum of RGB (Red+Green+Blue) = 178+235+172=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EBAC is #4D1453. Grayscale: #D2D2D2. Windows color (decimal): -5051476 or 11332530. OLE color: 11332530.
HSL color Cylindrical-coordinate representation of color #B2EBAC: hue angle of 114.29º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EBAC is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 172 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.08 |
| HSL | 114.29º | 0.61% | 0.8% | - |
| HSV(B) | 114.29º | 0.27% | 0.92% | - |
| XYZ | 55.51 | 71.86 | 49.97 | - |
| YUV | 210.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 172 | 0.24 | 0 | 0.27 | 0.08 | 114.29 | 0.61 | 0.8 |
| Hex | B2 | EB | AC | 18 | 0 | 1B | 8 | 72 | 3D | 50 |
| Octal | 262 | 353 | 254 | 30 | 0 | 33 | 10 | 162 | 75 | 120 |
| Binary | 10110010 | 11101011 | 10101100 | 11000 | 0 | 11011 | 1000 | 1110010 | 111101 | 1010000 |
Color Harmonies of #B2EBAC
Complementary color
Monochromatic Colors of #B2EBAC
Black with #B2EBAC
Text Example
Text Example
White with #B2EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBAC; }
p { color: rgb(178,235,172); }
H1.HeaderClassName
{
color: #B2EBAC;
}
.AnyTagClassName
{
color: #B2EBAC;
}
</style>
background-color css
<style>
a { background-color: #B2EBAC; }
a { background-color: rgb(178,235,172); }
div.DivClassName
{
background-color: #B2EBAC;
}
.BgClassName
{
background-color: #B2EBAC;
}
</style>
border-color css
<style>
span { border-color: #B2EBAC; }
span { border-color: rgb(178,235,172); }
td.TdClassName
{
border-color: #B2EBAC;
}
.TagClassName
{
border-color: #B2EBAC;
}
</style>