Shades of Moss Green #B0D8AF
Tints of Moss Green #B0D8AF
RGB
CMYK
RGB Variations
Color information
#B0D8AF (or 0xB0D8AF) is known color: Moss Green. HEX triplet: B0, D8 and AF. RGB value is (176,216,175). Sum of RGB (Red+Green+Blue) = 176+216+175=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D8AF is #4F2750. Grayscale: #C7C7C7. Windows color (decimal): -5187409 or 11524272. OLE color: 11524272.
HSL color Cylindrical-coordinate representation of color #B0D8AF: hue angle of 118.54º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D8AF is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 175 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.15 |
| HSL | 118.54º | 0.34% | 0.77% | - |
| HSV(B) | 118.54º | 0.19% | 0.85% | - |
| XYZ | 50.2 | 61.44 | 49.77 | - |
| YUV | 199.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 175 | 0.19 | 0 | 0.19 | 0.15 | 118.54 | 0.34 | 0.77 |
| Hex | B0 | D8 | AF | 13 | 0 | 13 | F | 77 | 22 | 4D |
| Octal | 260 | 330 | 257 | 23 | 0 | 23 | 17 | 167 | 42 | 115 |
| Binary | 10110000 | 11011000 | 10101111 | 10011 | 0 | 10011 | 1111 | 1110111 | 100010 | 1001101 |
Color Harmonies of #B0D8AF
Complementary color
Monochromatic Colors of #B0D8AF
Black with #B0D8AF
Text Example
Text Example
White with #B0D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8AF; }
p { color: rgb(176,216,175); }
H1.HeaderClassName
{
color: #B0D8AF;
}
.AnyTagClassName
{
color: #B0D8AF;
}
</style>
background-color css
<style>
a { background-color: #B0D8AF; }
a { background-color: rgb(176,216,175); }
div.DivClassName
{
background-color: #B0D8AF;
}
.BgClassName
{
background-color: #B0D8AF;
}
</style>
border-color css
<style>
span { border-color: #B0D8AF; }
span { border-color: rgb(176,216,175); }
td.TdClassName
{
border-color: #B0D8AF;
}
.TagClassName
{
border-color: #B0D8AF;
}
</style>