Shades of Moss Green #B0D7AF
Tints of Moss Green #B0D7AF
RGB
CMYK
RGB Variations
Color information
#B0D7AF (or 0xB0D7AF) is known color: Moss Green. HEX triplet: B0, D7 and AF. RGB value is (176,215,175). Sum of RGB (Red+Green+Blue) = 176+215+175=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D7AF is #4F2850. Grayscale: #C6C6C6. Windows color (decimal): -5187665 or 11524016. OLE color: 11524016.
HSL color Cylindrical-coordinate representation of color #B0D7AF: hue angle of 118.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D7AF is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 215 | 175 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.16 |
| HSL | 118.5º | 0.33% | 0.76% | - |
| HSV(B) | 118.5º | 0.19% | 0.84% | - |
| XYZ | 49.94 | 60.93 | 49.69 | - |
| YUV | 198.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 215 | 175 | 0.18 | 0 | 0.19 | 0.16 | 118.5 | 0.33 | 0.76 |
| Hex | B0 | D7 | AF | 12 | 0 | 13 | 10 | 76 | 21 | 4C |
| Octal | 260 | 327 | 257 | 22 | 0 | 23 | 20 | 166 | 41 | 114 |
| Binary | 10110000 | 11010111 | 10101111 | 10010 | 0 | 10011 | 10000 | 1110110 | 100001 | 1001100 |
Color Harmonies of #B0D7AF
Complementary color
Monochromatic Colors of #B0D7AF
Black with #B0D7AF
Text Example
Text Example
White with #B0D7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D7AF; }
p { color: rgb(176,215,175); }
H1.HeaderClassName
{
color: #B0D7AF;
}
.AnyTagClassName
{
color: #B0D7AF;
}
</style>
background-color css
<style>
a { background-color: #B0D7AF; }
a { background-color: rgb(176,215,175); }
div.DivClassName
{
background-color: #B0D7AF;
}
.BgClassName
{
background-color: #B0D7AF;
}
</style>
border-color css
<style>
span { border-color: #B0D7AF; }
span { border-color: rgb(176,215,175); }
td.TdClassName
{
border-color: #B0D7AF;
}
.TagClassName
{
border-color: #B0D7AF;
}
</style>