Shades of Moss Green #B0E1AF
Tints of Moss Green #B0E1AF
RGB
CMYK
RGB Variations
Color information
#B0E1AF (or 0xB0E1AF) is known color: Moss Green. HEX triplet: B0, E1 and AF. RGB value is (176,225,175). Sum of RGB (Red+Green+Blue) = 176+225+175=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E1AF is #4F1E50. Grayscale: #CCCCCC. Windows color (decimal): -5185105 or 11526576. OLE color: 11526576.
HSL color Cylindrical-coordinate representation of color #B0E1AF: hue angle of 118.8º 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 #B0E1AF is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 175 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.12 |
| HSL | 118.8º | 0.45% | 0.78% | - |
| HSV(B) | 118.8º | 0.22% | 0.88% | - |
| XYZ | 52.57 | 66.18 | 50.56 | - |
| YUV | 204.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 175 | 0.22 | 0 | 0.22 | 0.12 | 118.8 | 0.45 | 0.78 |
| Hex | B0 | E1 | AF | 16 | 0 | 16 | C | 77 | 2D | 4E |
| Octal | 260 | 341 | 257 | 26 | 0 | 26 | 14 | 167 | 55 | 116 |
| Binary | 10110000 | 11100001 | 10101111 | 10110 | 0 | 10110 | 1100 | 1110111 | 101101 | 1001110 |
Color Harmonies of #B0E1AF
Complementary color
Monochromatic Colors of #B0E1AF
Black with #B0E1AF
Text Example
Text Example
White with #B0E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E1AF; }
p { color: rgb(176,225,175); }
H1.HeaderClassName
{
color: #B0E1AF;
}
.AnyTagClassName
{
color: #B0E1AF;
}
</style>
background-color css
<style>
a { background-color: #B0E1AF; }
a { background-color: rgb(176,225,175); }
div.DivClassName
{
background-color: #B0E1AF;
}
.BgClassName
{
background-color: #B0E1AF;
}
</style>
border-color css
<style>
span { border-color: #B0E1AF; }
span { border-color: rgb(176,225,175); }
td.TdClassName
{
border-color: #B0E1AF;
}
.TagClassName
{
border-color: #B0E1AF;
}
</style>