Shades of Moss Green #B2E7AF
Tints of Moss Green #B2E7AF
RGB
CMYK
RGB Variations
Color information
#B2E7AF (or 0xB2E7AF) is known color: Moss Green. HEX triplet: B2, E7 and AF. RGB value is (178,231,175). Sum of RGB (Red+Green+Blue) = 178+231+175=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E7AF is #4D1850. Grayscale: #D0D0D0. Windows color (decimal): -5052497 or 11528114. OLE color: 11528114.
HSL color Cylindrical-coordinate representation of color #B2E7AF: hue angle of 116.79º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E7AF is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 175 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.09 |
| HSL | 116.79º | 0.54% | 0.8% | - |
| HSV(B) | 116.79º | 0.24% | 0.91% | - |
| XYZ | 54.67 | 69.71 | 51.13 | - |
| YUV | 208.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 175 | 0.23 | 0 | 0.24 | 0.09 | 116.79 | 0.54 | 0.8 |
| Hex | B2 | E7 | AF | 17 | 0 | 18 | 9 | 75 | 36 | 50 |
| Octal | 262 | 347 | 257 | 27 | 0 | 30 | 11 | 165 | 66 | 120 |
| Binary | 10110010 | 11100111 | 10101111 | 10111 | 0 | 11000 | 1001 | 1110101 | 110110 | 1010000 |
Color Harmonies of #B2E7AF
Complementary color
Monochromatic Colors of #B2E7AF
Black with #B2E7AF
Text Example
Text Example
White with #B2E7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E7AF; }
p { color: rgb(178,231,175); }
H1.HeaderClassName
{
color: #B2E7AF;
}
.AnyTagClassName
{
color: #B2E7AF;
}
</style>
background-color css
<style>
a { background-color: #B2E7AF; }
a { background-color: rgb(178,231,175); }
div.DivClassName
{
background-color: #B2E7AF;
}
.BgClassName
{
background-color: #B2E7AF;
}
</style>
border-color css
<style>
span { border-color: #B2E7AF; }
span { border-color: rgb(178,231,175); }
td.TdClassName
{
border-color: #B2E7AF;
}
.TagClassName
{
border-color: #B2E7AF;
}
</style>