Shades of Moss Green #B0E5AB
Tints of Moss Green #B0E5AB
RGB
CMYK
RGB Variations
Color information
#B0E5AB (or 0xB0E5AB) is known color: Moss Green. HEX triplet: B0, E5 and AB. RGB value is (176,229,171). Sum of RGB (Red+Green+Blue) = 176+229+171=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E5AB is #4F1A54. Grayscale: #CECECE. Windows color (decimal): -5184085 or 11265456. OLE color: 11265456.
HSL color Cylindrical-coordinate representation of color #B0E5AB: hue angle of 114.83º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E5AB is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 171 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.10 |
| HSL | 114.83º | 0.53% | 0.78% | - |
| HSV(B) | 114.83º | 0.25% | 0.9% | - |
| XYZ | 53.27 | 68.21 | 48.89 | - |
| YUV | 206.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 171 | 0.23 | 0 | 0.25 | 0.10 | 114.83 | 0.53 | 0.78 |
| Hex | B0 | E5 | AB | 17 | 0 | 19 | A | 73 | 35 | 4E |
| Octal | 260 | 345 | 253 | 27 | 0 | 31 | 12 | 163 | 65 | 116 |
| Binary | 10110000 | 11100101 | 10101011 | 10111 | 0 | 11001 | 1010 | 1110011 | 110101 | 1001110 |
Color Harmonies of #B0E5AB
Complementary color
Monochromatic Colors of #B0E5AB
Black with #B0E5AB
Text Example
Text Example
White with #B0E5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E5AB; }
p { color: rgb(176,229,171); }
H1.HeaderClassName
{
color: #B0E5AB;
}
.AnyTagClassName
{
color: #B0E5AB;
}
</style>
background-color css
<style>
a { background-color: #B0E5AB; }
a { background-color: rgb(176,229,171); }
div.DivClassName
{
background-color: #B0E5AB;
}
.BgClassName
{
background-color: #B0E5AB;
}
</style>
border-color css
<style>
span { border-color: #B0E5AB; }
span { border-color: rgb(176,229,171); }
td.TdClassName
{
border-color: #B0E5AB;
}
.TagClassName
{
border-color: #B0E5AB;
}
</style>