Shades of Moss Green #B0E3AE
Tints of Moss Green #B0E3AE
RGB
CMYK
RGB Variations
Color information
#B0E3AE (or 0xB0E3AE) is known color: Moss Green. HEX triplet: B0, E3 and AE. RGB value is (176,227,174). Sum of RGB (Red+Green+Blue) = 176+227+174=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E3AE is #4F1C51. Grayscale: #CDCDCD. Windows color (decimal): -5184594 or 11461552. OLE color: 11461552.
HSL color Cylindrical-coordinate representation of color #B0E3AE: hue angle of 117.74º degrees, saturation: 0.49, 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 #B0E3AE is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 227 | 174 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.11 |
| HSL | 117.74º | 0.49% | 0.79% | - |
| HSV(B) | 117.74º | 0.23% | 0.89% | - |
| XYZ | 53.01 | 67.22 | 50.23 | - |
| YUV | 205.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 227 | 174 | 0.22 | 0 | 0.23 | 0.11 | 117.74 | 0.49 | 0.79 |
| Hex | B0 | E3 | AE | 16 | 0 | 17 | B | 76 | 31 | 4F |
| Octal | 260 | 343 | 256 | 26 | 0 | 27 | 13 | 166 | 61 | 117 |
| Binary | 10110000 | 11100011 | 10101110 | 10110 | 0 | 10111 | 1011 | 1110110 | 110001 | 1001111 |
Color Harmonies of #B0E3AE
Complementary color
Monochromatic Colors of #B0E3AE
Black with #B0E3AE
Text Example
Text Example
White with #B0E3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E3AE; }
p { color: rgb(176,227,174); }
H1.HeaderClassName
{
color: #B0E3AE;
}
.AnyTagClassName
{
color: #B0E3AE;
}
</style>
background-color css
<style>
a { background-color: #B0E3AE; }
a { background-color: rgb(176,227,174); }
div.DivClassName
{
background-color: #B0E3AE;
}
.BgClassName
{
background-color: #B0E3AE;
}
</style>
border-color css
<style>
span { border-color: #B0E3AE; }
span { border-color: rgb(176,227,174); }
td.TdClassName
{
border-color: #B0E3AE;
}
.TagClassName
{
border-color: #B0E3AE;
}
</style>