Shades of Moss Green #B0DEB1
Tints of Moss Green #B0DEB1
RGB
CMYK
RGB Variations
Color information
#B0DEB1 (or 0xB0DEB1) is known color: Moss Green. HEX triplet: B0, DE and B1. RGB value is (176,222,177). Sum of RGB (Red+Green+Blue) = 176+222+177=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEB1 is #4F214E. Grayscale: #CBCBCB. Windows color (decimal): -5185871 or 11656880. OLE color: 11656880.
HSL color Cylindrical-coordinate representation of color #B0DEB1: hue angle of 121.3º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DEB1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 177 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.13 |
| HSL | 121.3º | 0.41% | 0.78% | - |
| HSV(B) | 121.3º | 0.21% | 0.87% | - |
| XYZ | 51.96 | 64.65 | 51.33 | - |
| YUV | 203.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 177 | 0.21 | 0 | 0.20 | 0.13 | 121.3 | 0.41 | 0.78 |
| Hex | B0 | DE | B1 | 15 | 0 | 14 | D | 79 | 29 | 4E |
| Octal | 260 | 336 | 261 | 25 | 0 | 24 | 15 | 171 | 51 | 116 |
| Binary | 10110000 | 11011110 | 10110001 | 10101 | 0 | 10100 | 1101 | 1111001 | 101001 | 1001110 |
Color Harmonies of #B0DEB1
Complementary color
Monochromatic Colors of #B0DEB1
Black with #B0DEB1
Text Example
Text Example
White with #B0DEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEB1; }
p { color: rgb(176,222,177); }
H1.HeaderClassName
{
color: #B0DEB1;
}
.AnyTagClassName
{
color: #B0DEB1;
}
</style>
background-color css
<style>
a { background-color: #B0DEB1; }
a { background-color: rgb(176,222,177); }
div.DivClassName
{
background-color: #B0DEB1;
}
.BgClassName
{
background-color: #B0DEB1;
}
</style>
border-color css
<style>
span { border-color: #B0DEB1; }
span { border-color: rgb(176,222,177); }
td.TdClassName
{
border-color: #B0DEB1;
}
.TagClassName
{
border-color: #B0DEB1;
}
</style>