Shades of Moss Green #B2E0AE
Tints of Moss Green #B2E0AE
RGB
CMYK
RGB Variations
Color information
#B2E0AE (or 0xB2E0AE) is known color: Moss Green. HEX triplet: B2, E0 and AE. RGB value is (178,224,174). Sum of RGB (Red+Green+Blue) = 178+224+174=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E0AE is #4D1F51. Grayscale: #CCCCCC. Windows color (decimal): -5054290 or 11460786. OLE color: 11460786.
HSL color Cylindrical-coordinate representation of color #B2E0AE: hue angle of 115.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E0AE is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 174 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.12 |
| HSL | 115.2º | 0.45% | 0.78% | - |
| HSV(B) | 115.2º | 0.22% | 0.88% | - |
| XYZ | 52.66 | 65.83 | 49.98 | - |
| YUV | 204.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 174 | 0.21 | 0 | 0.22 | 0.12 | 115.2 | 0.45 | 0.78 |
| Hex | B2 | E0 | AE | 15 | 0 | 16 | C | 73 | 2D | 4E |
| Octal | 262 | 340 | 256 | 25 | 0 | 26 | 14 | 163 | 55 | 116 |
| Binary | 10110010 | 11100000 | 10101110 | 10101 | 0 | 10110 | 1100 | 1110011 | 101101 | 1001110 |
Color Harmonies of #B2E0AE
Complementary color
Monochromatic Colors of #B2E0AE
Black with #B2E0AE
Text Example
Text Example
White with #B2E0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E0AE; }
p { color: rgb(178,224,174); }
H1.HeaderClassName
{
color: #B2E0AE;
}
.AnyTagClassName
{
color: #B2E0AE;
}
</style>
background-color css
<style>
a { background-color: #B2E0AE; }
a { background-color: rgb(178,224,174); }
div.DivClassName
{
background-color: #B2E0AE;
}
.BgClassName
{
background-color: #B2E0AE;
}
</style>
border-color css
<style>
span { border-color: #B2E0AE; }
span { border-color: rgb(178,224,174); }
td.TdClassName
{
border-color: #B2E0AE;
}
.TagClassName
{
border-color: #B2E0AE;
}
</style>