Shades of Moss Green #B0D9AD
Tints of Moss Green #B0D9AD
RGB
CMYK
RGB Variations
Color information
#B0D9AD (or 0xB0D9AD) is known color: Moss Green. HEX triplet: B0, D9 and AD. RGB value is (176,217,173). Sum of RGB (Red+Green+Blue) = 176+217+173=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D9AD is #4F2652. Grayscale: #C7C7C7. Windows color (decimal): -5187155 or 11393456. OLE color: 11393456.
HSL color Cylindrical-coordinate representation of color #B0D9AD: hue angle of 115.91º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0D9AD is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 173 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.15 |
| HSL | 115.91º | 0.37% | 0.76% | - |
| HSV(B) | 115.91º | 0.2% | 0.85% | - |
| XYZ | 50.26 | 61.87 | 48.83 | - |
| YUV | 199.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 173 | 0.19 | 0 | 0.20 | 0.15 | 115.91 | 0.37 | 0.76 |
| Hex | B0 | D9 | AD | 13 | 0 | 14 | F | 74 | 25 | 4C |
| Octal | 260 | 331 | 255 | 23 | 0 | 24 | 17 | 164 | 45 | 114 |
| Binary | 10110000 | 11011001 | 10101101 | 10011 | 0 | 10100 | 1111 | 1110100 | 100101 | 1001100 |
Color Harmonies of #B0D9AD
Complementary color
Monochromatic Colors of #B0D9AD
Black with #B0D9AD
Text Example
Text Example
White with #B0D9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D9AD; }
p { color: rgb(176,217,173); }
H1.HeaderClassName
{
color: #B0D9AD;
}
.AnyTagClassName
{
color: #B0D9AD;
}
</style>
background-color css
<style>
a { background-color: #B0D9AD; }
a { background-color: rgb(176,217,173); }
div.DivClassName
{
background-color: #B0D9AD;
}
.BgClassName
{
background-color: #B0D9AD;
}
</style>
border-color css
<style>
span { border-color: #B0D9AD; }
span { border-color: rgb(176,217,173); }
td.TdClassName
{
border-color: #B0D9AD;
}
.TagClassName
{
border-color: #B0D9AD;
}
</style>