Shades of Moss Green #B0D3AE
Tints of Moss Green #B0D3AE
RGB
CMYK
RGB Variations
Color information
#B0D3AE (or 0xB0D3AE) is known color: Moss Green. HEX triplet: B0, D3 and AE. RGB value is (176,211,174). Sum of RGB (Red+Green+Blue) = 176+211+174=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D3AE is #4F2C51. Grayscale: #C4C4C4. Windows color (decimal): -5188690 or 11457456. OLE color: 11457456.
HSL color Cylindrical-coordinate representation of color #B0D3AE: hue angle of 116.76º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0D3AE is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 176 | 211 | 174 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.17 |
| HSL | 116.76º | 0.3% | 0.75% | - |
| HSV(B) | 116.76º | 0.18% | 0.83% | - |
| XYZ | 48.84 | 58.87 | 48.83 | - |
| YUV | 196.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 211 | 174 | 0.17 | 0 | 0.18 | 0.17 | 116.76 | 0.3 | 0.75 |
| Hex | B0 | D3 | AE | 11 | 0 | 12 | 11 | 75 | 1E | 4B |
| Octal | 260 | 323 | 256 | 21 | 0 | 22 | 21 | 165 | 36 | 113 |
| Binary | 10110000 | 11010011 | 10101110 | 10001 | 0 | 10010 | 10001 | 1110101 | 11110 | 1001011 |
Color Harmonies of #B0D3AE
Complementary color
Monochromatic Colors of #B0D3AE
Black with #B0D3AE
Text Example
Text Example
White with #B0D3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D3AE; }
p { color: rgb(176,211,174); }
H1.HeaderClassName
{
color: #B0D3AE;
}
.AnyTagClassName
{
color: #B0D3AE;
}
</style>
background-color css
<style>
a { background-color: #B0D3AE; }
a { background-color: rgb(176,211,174); }
div.DivClassName
{
background-color: #B0D3AE;
}
.BgClassName
{
background-color: #B0D3AE;
}
</style>
border-color css
<style>
span { border-color: #B0D3AE; }
span { border-color: rgb(176,211,174); }
td.TdClassName
{
border-color: #B0D3AE;
}
.TagClassName
{
border-color: #B0D3AE;
}
</style>