Shades of Moss Green #B0ECAA
Tints of Moss Green #B0ECAA
RGB
CMYK
RGB Variations
Color information
#B0ECAA (or 0xB0ECAA) is known color: Moss Green. HEX triplet: B0, EC and AA. RGB value is (176,236,170). Sum of RGB (Red+Green+Blue) = 176+236+170=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ECAA is #4F1355. Grayscale: #D2D2D2. Windows color (decimal): -5182294 or 11201712. OLE color: 11201712.
HSL color Cylindrical-coordinate representation of color #B0ECAA: hue angle of 114.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0ECAA is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 170 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.07 |
| HSL | 114.55º | 0.63% | 0.8% | - |
| HSV(B) | 114.55º | 0.28% | 0.93% | - |
| XYZ | 55.16 | 72.12 | 49.04 | - |
| YUV | 210.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 170 | 0.25 | 0 | 0.28 | 0.07 | 114.55 | 0.63 | 0.8 |
| Hex | B0 | EC | AA | 19 | 0 | 1C | 7 | 73 | 3F | 50 |
| Octal | 260 | 354 | 252 | 31 | 0 | 34 | 7 | 163 | 77 | 120 |
| Binary | 10110000 | 11101100 | 10101010 | 11001 | 0 | 11100 | 111 | 1110011 | 111111 | 1010000 |
Color Harmonies of #B0ECAA
Complementary color
Monochromatic Colors of #B0ECAA
Black with #B0ECAA
Text Example
Text Example
White with #B0ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECAA; }
p { color: rgb(176,236,170); }
H1.HeaderClassName
{
color: #B0ECAA;
}
.AnyTagClassName
{
color: #B0ECAA;
}
</style>
background-color css
<style>
a { background-color: #B0ECAA; }
a { background-color: rgb(176,236,170); }
div.DivClassName
{
background-color: #B0ECAA;
}
.BgClassName
{
background-color: #B0ECAA;
}
</style>
border-color css
<style>
span { border-color: #B0ECAA; }
span { border-color: rgb(176,236,170); }
td.TdClassName
{
border-color: #B0ECAA;
}
.TagClassName
{
border-color: #B0ECAA;
}
</style>