Shades of Moss Green #B2E3AF
Tints of Moss Green #B2E3AF
RGB
CMYK
RGB Variations
Color information
#B2E3AF (or 0xB2E3AF) is known color: Moss Green. HEX triplet: B2, E3 and AF. RGB value is (178,227,175). Sum of RGB (Red+Green+Blue) = 178+227+175=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #B2E3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E3AF is #4D1C50. Grayscale: #CECECE. Windows color (decimal): -5053521 or 11527090. OLE color: 11527090.
HSL color Cylindrical-coordinate representation of color #B2E3AF: hue angle of 116.54º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E3AF is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 227 | 175 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.11 |
| HSL | 116.54º | 0.48% | 0.79% | - |
| HSV(B) | 116.54º | 0.23% | 0.89% | - |
| XYZ | 53.57 | 67.5 | 50.76 | - |
| YUV | 206.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 227 | 175 | 0.22 | 0 | 0.23 | 0.11 | 116.54 | 0.48 | 0.79 |
| Hex | B2 | E3 | AF | 16 | 0 | 17 | B | 75 | 30 | 4F |
| Octal | 262 | 343 | 257 | 26 | 0 | 27 | 13 | 165 | 60 | 117 |
| Binary | 10110010 | 11100011 | 10101111 | 10110 | 0 | 10111 | 1011 | 1110101 | 110000 | 1001111 |
Color Harmonies of #B2E3AF
Complementary color
Monochromatic Colors of #B2E3AF
Black with #B2E3AF
Text Example
Text Example
White with #B2E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E3AF; }
p { color: rgb(178,227,175); }
H1.HeaderClassName
{
color: #B2E3AF;
}
.AnyTagClassName
{
color: #B2E3AF;
}
</style>
background-color css
<style>
a { background-color: #B2E3AF; }
a { background-color: rgb(178,227,175); }
div.DivClassName
{
background-color: #B2E3AF;
}
.BgClassName
{
background-color: #B2E3AF;
}
</style>
border-color css
<style>
span { border-color: #B2E3AF; }
span { border-color: rgb(178,227,175); }
td.TdClassName
{
border-color: #B2E3AF;
}
.TagClassName
{
border-color: #B2E3AF;
}
</style>