Shades of Moss Green #B0EEAD
Tints of Moss Green #B0EEAD
RGB
CMYK
RGB Variations
Color information
#B0EEAD (or 0xB0EEAD) is known color: Moss Green. HEX triplet: B0, EE and AD. RGB value is (176,238,173). Sum of RGB (Red+Green+Blue) = 176+238+173=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EEAD is #4F1152. Grayscale: #D4D4D4. Windows color (decimal): -5181779 or 11398832. OLE color: 11398832.
HSL color Cylindrical-coordinate representation of color #B0EEAD: hue angle of 117.23º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EEAD is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 173 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.07 |
| HSL | 117.23º | 0.66% | 0.81% | - |
| HSV(B) | 117.23º | 0.27% | 0.93% | - |
| XYZ | 56.02 | 73.4 | 50.75 | - |
| YUV | 212.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 173 | 0.26 | 0 | 0.27 | 0.07 | 117.23 | 0.66 | 0.81 |
| Hex | B0 | EE | AD | 1A | 0 | 1B | 7 | 75 | 42 | 51 |
| Octal | 260 | 356 | 255 | 32 | 0 | 33 | 7 | 165 | 102 | 121 |
| Binary | 10110000 | 11101110 | 10101101 | 11010 | 0 | 11011 | 111 | 1110101 | 1000010 | 1010001 |
Color Harmonies of #B0EEAD
Complementary color
Monochromatic Colors of #B0EEAD
Black with #B0EEAD
Text Example
Text Example
White with #B0EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EEAD; }
p { color: rgb(176,238,173); }
H1.HeaderClassName
{
color: #B0EEAD;
}
.AnyTagClassName
{
color: #B0EEAD;
}
</style>
background-color css
<style>
a { background-color: #B0EEAD; }
a { background-color: rgb(176,238,173); }
div.DivClassName
{
background-color: #B0EEAD;
}
.BgClassName
{
background-color: #B0EEAD;
}
</style>
border-color css
<style>
span { border-color: #B0EEAD; }
span { border-color: rgb(176,238,173); }
td.TdClassName
{
border-color: #B0EEAD;
}
.TagClassName
{
border-color: #B0EEAD;
}
</style>