Shades of Moss Green #B0DCAB
Tints of Moss Green #B0DCAB
RGB
CMYK
RGB Variations
Color information
#B0DCAB (or 0xB0DCAB) is known color: Moss Green. HEX triplet: B0, DC and AB. RGB value is (176,220,171). Sum of RGB (Red+Green+Blue) = 176+220+171=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DCAB is #4F2354. Grayscale: #C9C9C9. Windows color (decimal): -5186389 or 11263152. OLE color: 11263152.
HSL color Cylindrical-coordinate representation of color #B0DCAB: hue angle of 113.88º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0DCAB is Cyan = 0.2, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 171 | - |
| CMYK | 0.2 | 0 | 0.22 | 0.14 |
| HSL | 113.88º | 0.41% | 0.77% | - |
| HSV(B) | 113.88º | 0.22% | 0.86% | - |
| XYZ | 50.85 | 63.36 | 48.08 | - |
| YUV | 201.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 171 | 0.2 | 0 | 0.22 | 0.14 | 113.88 | 0.41 | 0.77 |
| Hex | B0 | DC | AB | 14 | 0 | 16 | E | 72 | 29 | 4D |
| Octal | 260 | 334 | 253 | 24 | 0 | 26 | 16 | 162 | 51 | 115 |
| Binary | 10110000 | 11011100 | 10101011 | 10100 | 0 | 10110 | 1110 | 1110010 | 101001 | 1001101 |
Color Harmonies of #B0DCAB
Complementary color
Monochromatic Colors of #B0DCAB
Black with #B0DCAB
Text Example
Text Example
White with #B0DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCAB; }
p { color: rgb(176,220,171); }
H1.HeaderClassName
{
color: #B0DCAB;
}
.AnyTagClassName
{
color: #B0DCAB;
}
</style>
background-color css
<style>
a { background-color: #B0DCAB; }
a { background-color: rgb(176,220,171); }
div.DivClassName
{
background-color: #B0DCAB;
}
.BgClassName
{
background-color: #B0DCAB;
}
</style>
border-color css
<style>
span { border-color: #B0DCAB; }
span { border-color: rgb(176,220,171); }
td.TdClassName
{
border-color: #B0DCAB;
}
.TagClassName
{
border-color: #B0DCAB;
}
</style>