Shades of Moss Green #B0E4AD
Tints of Moss Green #B0E4AD
RGB
CMYK
RGB Variations
Color information
#B0E4AD (or 0xB0E4AD) is known color: Moss Green. HEX triplet: B0, E4 and AD. RGB value is (176,228,173). Sum of RGB (Red+Green+Blue) = 176+228+173=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E4AD is #4F1B52. Grayscale: #CECECE. Windows color (decimal): -5184339 or 11396272. OLE color: 11396272.
HSL color Cylindrical-coordinate representation of color #B0E4AD: hue angle of 116.73º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0E4AD is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 173 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.11 |
| HSL | 116.73º | 0.5% | 0.79% | - |
| HSV(B) | 116.73º | 0.24% | 0.89% | - |
| XYZ | 53.19 | 67.73 | 49.81 | - |
| YUV | 206.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 173 | 0.23 | 0 | 0.24 | 0.11 | 116.73 | 0.5 | 0.79 |
| Hex | B0 | E4 | AD | 17 | 0 | 18 | B | 75 | 32 | 4F |
| Octal | 260 | 344 | 255 | 27 | 0 | 30 | 13 | 165 | 62 | 117 |
| Binary | 10110000 | 11100100 | 10101101 | 10111 | 0 | 11000 | 1011 | 1110101 | 110010 | 1001111 |
Color Harmonies of #B0E4AD
Complementary color
Monochromatic Colors of #B0E4AD
Black with #B0E4AD
Text Example
Text Example
White with #B0E4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E4AD; }
p { color: rgb(176,228,173); }
H1.HeaderClassName
{
color: #B0E4AD;
}
.AnyTagClassName
{
color: #B0E4AD;
}
</style>
background-color css
<style>
a { background-color: #B0E4AD; }
a { background-color: rgb(176,228,173); }
div.DivClassName
{
background-color: #B0E4AD;
}
.BgClassName
{
background-color: #B0E4AD;
}
</style>
border-color css
<style>
span { border-color: #B0E4AD; }
span { border-color: rgb(176,228,173); }
td.TdClassName
{
border-color: #B0E4AD;
}
.TagClassName
{
border-color: #B0E4AD;
}
</style>