Shades of Moss Green #B2ECAF
Tints of Moss Green #B2ECAF
RGB
CMYK
RGB Variations
Color information
#B2ECAF (or 0xB2ECAF) is known color: Moss Green. HEX triplet: B2, EC and AF. RGB value is (178,236,175). Sum of RGB (Red+Green+Blue) = 178+236+175=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2ECAF is #4D1350. Grayscale: #D3D3D3. Windows color (decimal): -5051217 or 11529394. OLE color: 11529394.
HSL color Cylindrical-coordinate representation of color #B2ECAF: hue angle of 117.05º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2ECAF is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 175 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.07 |
| HSL | 117.05º | 0.62% | 0.81% | - |
| HSV(B) | 117.05º | 0.26% | 0.93% | - |
| XYZ | 56.09 | 72.55 | 51.6 | - |
| YUV | 211.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 175 | 0.25 | 0 | 0.26 | 0.07 | 117.05 | 0.62 | 0.81 |
| Hex | B2 | EC | AF | 19 | 0 | 1A | 7 | 75 | 3E | 51 |
| Octal | 262 | 354 | 257 | 31 | 0 | 32 | 7 | 165 | 76 | 121 |
| Binary | 10110010 | 11101100 | 10101111 | 11001 | 0 | 11010 | 111 | 1110101 | 111110 | 1010001 |
Color Harmonies of #B2ECAF
Complementary color
Monochromatic Colors of #B2ECAF
Black with #B2ECAF
Text Example
Text Example
White with #B2ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECAF; }
p { color: rgb(178,236,175); }
H1.HeaderClassName
{
color: #B2ECAF;
}
.AnyTagClassName
{
color: #B2ECAF;
}
</style>
background-color css
<style>
a { background-color: #B2ECAF; }
a { background-color: rgb(178,236,175); }
div.DivClassName
{
background-color: #B2ECAF;
}
.BgClassName
{
background-color: #B2ECAF;
}
</style>
border-color css
<style>
span { border-color: #B2ECAF; }
span { border-color: rgb(178,236,175); }
td.TdClassName
{
border-color: #B2ECAF;
}
.TagClassName
{
border-color: #B2ECAF;
}
</style>