Shades of Moss Green #B0E2AA
Tints of Moss Green #B0E2AA
RGB
CMYK
RGB Variations
Color information
#B0E2AA (or 0xB0E2AA) is known color: Moss Green. HEX triplet: B0, E2 and AA. RGB value is (176,226,170). Sum of RGB (Red+Green+Blue) = 176+226+170=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E2AA is #4F1D55. Grayscale: #CCCCCC. Windows color (decimal): -5184854 or 11199152. OLE color: 11199152.
HSL color Cylindrical-coordinate representation of color #B0E2AA: hue angle of 113.57º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E2AA is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 170 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.11 |
| HSL | 113.57º | 0.49% | 0.78% | - |
| HSV(B) | 113.57º | 0.25% | 0.89% | - |
| XYZ | 52.36 | 66.53 | 48.11 | - |
| YUV | 204.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 170 | 0.22 | 0 | 0.25 | 0.11 | 113.57 | 0.49 | 0.78 |
| Hex | B0 | E2 | AA | 16 | 0 | 19 | B | 72 | 31 | 4E |
| Octal | 260 | 342 | 252 | 26 | 0 | 31 | 13 | 162 | 61 | 116 |
| Binary | 10110000 | 11100010 | 10101010 | 10110 | 0 | 11001 | 1011 | 1110010 | 110001 | 1001110 |
Color Harmonies of #B0E2AA
Complementary color
Monochromatic Colors of #B0E2AA
Black with #B0E2AA
Text Example
Text Example
White with #B0E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E2AA; }
p { color: rgb(176,226,170); }
H1.HeaderClassName
{
color: #B0E2AA;
}
.AnyTagClassName
{
color: #B0E2AA;
}
</style>
background-color css
<style>
a { background-color: #B0E2AA; }
a { background-color: rgb(176,226,170); }
div.DivClassName
{
background-color: #B0E2AA;
}
.BgClassName
{
background-color: #B0E2AA;
}
</style>
border-color css
<style>
span { border-color: #B0E2AA; }
span { border-color: rgb(176,226,170); }
td.TdClassName
{
border-color: #B0E2AA;
}
.TagClassName
{
border-color: #B0E2AA;
}
</style>