Shades of Moss Green #B1E1AF
Tints of Moss Green #B1E1AF
RGB
CMYK
RGB Variations
Color information
#B1E1AF (or 0xB1E1AF) is known color: Moss Green. HEX triplet: B1, E1 and AF. RGB value is (177,225,175). Sum of RGB (Red+Green+Blue) = 177+225+175=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E1AF is #4E1E50. Grayscale: #CDCDCD. Windows color (decimal): -5119569 or 11526577. OLE color: 11526577.
HSL color Cylindrical-coordinate representation of color #B1E1AF: hue angle of 117.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E1AF is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 175 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.12 |
| HSL | 117.6º | 0.45% | 0.78% | - |
| HSV(B) | 117.6º | 0.22% | 0.88% | - |
| XYZ | 52.79 | 66.29 | 50.57 | - |
| YUV | 204.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 175 | 0.21 | 0 | 0.22 | 0.12 | 117.6 | 0.45 | 0.78 |
| Hex | B1 | E1 | AF | 15 | 0 | 16 | C | 76 | 2D | 4E |
| Octal | 261 | 341 | 257 | 25 | 0 | 26 | 14 | 166 | 55 | 116 |
| Binary | 10110001 | 11100001 | 10101111 | 10101 | 0 | 10110 | 1100 | 1110110 | 101101 | 1001110 |
Color Harmonies of #B1E1AF
Complementary color
Monochromatic Colors of #B1E1AF
Black with #B1E1AF
Text Example
Text Example
White with #B1E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E1AF; }
p { color: rgb(177,225,175); }
H1.HeaderClassName
{
color: #B1E1AF;
}
.AnyTagClassName
{
color: #B1E1AF;
}
</style>
background-color css
<style>
a { background-color: #B1E1AF; }
a { background-color: rgb(177,225,175); }
div.DivClassName
{
background-color: #B1E1AF;
}
.BgClassName
{
background-color: #B1E1AF;
}
</style>
border-color css
<style>
span { border-color: #B1E1AF; }
span { border-color: rgb(177,225,175); }
td.TdClassName
{
border-color: #B1E1AF;
}
.TagClassName
{
border-color: #B1E1AF;
}
</style>