Shades of Moss Green #B0D8AE
Tints of Moss Green #B0D8AE
RGB
CMYK
RGB Variations
Color information
#B0D8AE (or 0xB0D8AE) is known color: Moss Green. HEX triplet: B0, D8 and AE. RGB value is (176,216,174). Sum of RGB (Red+Green+Blue) = 176+216+174=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D8AE is #4F2751. Grayscale: #C7C7C7. Windows color (decimal): -5187410 or 11458736. OLE color: 11458736.
HSL color Cylindrical-coordinate representation of color #B0D8AE: hue angle of 117.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8AE is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 174 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.15 |
| HSL | 117.14º | 0.35% | 0.76% | - |
| HSV(B) | 117.14º | 0.19% | 0.85% | - |
| XYZ | 50.1 | 61.4 | 49.25 | - |
| YUV | 199.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 174 | 0.19 | 0 | 0.19 | 0.15 | 117.14 | 0.35 | 0.76 |
| Hex | B0 | D8 | AE | 13 | 0 | 13 | F | 75 | 23 | 4C |
| Octal | 260 | 330 | 256 | 23 | 0 | 23 | 17 | 165 | 43 | 114 |
| Binary | 10110000 | 11011000 | 10101110 | 10011 | 0 | 10011 | 1111 | 1110101 | 100011 | 1001100 |
Color Harmonies of #B0D8AE
Complementary color
Monochromatic Colors of #B0D8AE
Black with #B0D8AE
Text Example
Text Example
White with #B0D8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8AE; }
p { color: rgb(176,216,174); }
H1.HeaderClassName
{
color: #B0D8AE;
}
.AnyTagClassName
{
color: #B0D8AE;
}
</style>
background-color css
<style>
a { background-color: #B0D8AE; }
a { background-color: rgb(176,216,174); }
div.DivClassName
{
background-color: #B0D8AE;
}
.BgClassName
{
background-color: #B0D8AE;
}
</style>
border-color css
<style>
span { border-color: #B0D8AE; }
span { border-color: rgb(176,216,174); }
td.TdClassName
{
border-color: #B0D8AE;
}
.TagClassName
{
border-color: #B0D8AE;
}
</style>