Shades of Moss Green #B0DEAB
Tints of Moss Green #B0DEAB
RGB
CMYK
RGB Variations
Color information
#B0DEAB (or 0xB0DEAB) is known color: Moss Green. HEX triplet: B0, DE and AB. RGB value is (176,222,171). Sum of RGB (Red+Green+Blue) = 176+222+171=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEAB is #4F2154. Grayscale: #CACACA. Windows color (decimal): -5185877 or 11263664. OLE color: 11263664.
HSL color Cylindrical-coordinate representation of color #B0DEAB: hue angle of 114.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0DEAB is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 171 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.13 |
| HSL | 114.12º | 0.44% | 0.77% | - |
| HSV(B) | 114.12º | 0.23% | 0.87% | - |
| XYZ | 51.38 | 64.41 | 48.25 | - |
| YUV | 202.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 171 | 0.21 | 0 | 0.23 | 0.13 | 114.12 | 0.44 | 0.77 |
| Hex | B0 | DE | AB | 15 | 0 | 17 | D | 72 | 2C | 4D |
| Octal | 260 | 336 | 253 | 25 | 0 | 27 | 15 | 162 | 54 | 115 |
| Binary | 10110000 | 11011110 | 10101011 | 10101 | 0 | 10111 | 1101 | 1110010 | 101100 | 1001101 |
Color Harmonies of #B0DEAB
Complementary color
Monochromatic Colors of #B0DEAB
Black with #B0DEAB
Text Example
Text Example
White with #B0DEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEAB; }
p { color: rgb(176,222,171); }
H1.HeaderClassName
{
color: #B0DEAB;
}
.AnyTagClassName
{
color: #B0DEAB;
}
</style>
background-color css
<style>
a { background-color: #B0DEAB; }
a { background-color: rgb(176,222,171); }
div.DivClassName
{
background-color: #B0DEAB;
}
.BgClassName
{
background-color: #B0DEAB;
}
</style>
border-color css
<style>
span { border-color: #B0DEAB; }
span { border-color: rgb(176,222,171); }
td.TdClassName
{
border-color: #B0DEAB;
}
.TagClassName
{
border-color: #B0DEAB;
}
</style>