Shades of Moss Green #B0ECAB
Tints of Moss Green #B0ECAB
RGB
CMYK
RGB Variations
Color information
#B0ECAB (or 0xB0ECAB) is known color: Moss Green. HEX triplet: B0, EC and AB. RGB value is (176,236,171). Sum of RGB (Red+Green+Blue) = 176+236+171=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #B0ECAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ECAB is #4F1354. Grayscale: #D2D2D2. Windows color (decimal): -5182293 or 11267248. OLE color: 11267248.
HSL color Cylindrical-coordinate representation of color #B0ECAB: hue angle of 115.38º 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 #B0ECAB is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 171 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.07 |
| HSL | 115.38º | 0.63% | 0.8% | - |
| HSV(B) | 115.38º | 0.28% | 0.93% | - |
| XYZ | 55.25 | 72.16 | 49.54 | - |
| YUV | 210.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 171 | 0.25 | 0 | 0.28 | 0.07 | 115.38 | 0.63 | 0.8 |
| Hex | B0 | EC | AB | 19 | 0 | 1C | 7 | 73 | 3F | 50 |
| Octal | 260 | 354 | 253 | 31 | 0 | 34 | 7 | 163 | 77 | 120 |
| Binary | 10110000 | 11101100 | 10101011 | 11001 | 0 | 11100 | 111 | 1110011 | 111111 | 1010000 |
Color Harmonies of #B0ECAB
Complementary color
Monochromatic Colors of #B0ECAB
Black with #B0ECAB
Text Example
Text Example
White with #B0ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ECAB; }
p { color: rgb(176,236,171); }
H1.HeaderClassName
{
color: #B0ECAB;
}
.AnyTagClassName
{
color: #B0ECAB;
}
</style>
background-color css
<style>
a { background-color: #B0ECAB; }
a { background-color: rgb(176,236,171); }
div.DivClassName
{
background-color: #B0ECAB;
}
.BgClassName
{
background-color: #B0ECAB;
}
</style>
border-color css
<style>
span { border-color: #B0ECAB; }
span { border-color: rgb(176,236,171); }
td.TdClassName
{
border-color: #B0ECAB;
}
.TagClassName
{
border-color: #B0ECAB;
}
</style>