Shades of Moss Green #B0D8AB
Tints of Moss Green #B0D8AB
RGB
CMYK
RGB Variations
Color information
#B0D8AB (or 0xB0D8AB) is known color: Moss Green. HEX triplet: B0, D8 and AB. RGB value is (176,216,171). Sum of RGB (Red+Green+Blue) = 176+216+171=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D8AB is #4F2754. Grayscale: #C7C7C7. Windows color (decimal): -5187413 or 11262128. OLE color: 11262128.
HSL color Cylindrical-coordinate representation of color #B0D8AB: hue angle of 113.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D8AB is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 171 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.15 |
| HSL | 113.33º | 0.37% | 0.76% | - |
| HSV(B) | 113.33º | 0.21% | 0.85% | - |
| XYZ | 49.81 | 61.28 | 47.73 | - |
| YUV | 198.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 171 | 0.19 | 0 | 0.21 | 0.15 | 113.33 | 0.37 | 0.76 |
| Hex | B0 | D8 | AB | 13 | 0 | 15 | F | 71 | 25 | 4C |
| Octal | 260 | 330 | 253 | 23 | 0 | 25 | 17 | 161 | 45 | 114 |
| Binary | 10110000 | 11011000 | 10101011 | 10011 | 0 | 10101 | 1111 | 1110001 | 100101 | 1001100 |
Color Harmonies of #B0D8AB
Complementary color
Monochromatic Colors of #B0D8AB
Black with #B0D8AB
Text Example
Text Example
White with #B0D8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D8AB; }
p { color: rgb(176,216,171); }
H1.HeaderClassName
{
color: #B0D8AB;
}
.AnyTagClassName
{
color: #B0D8AB;
}
</style>
background-color css
<style>
a { background-color: #B0D8AB; }
a { background-color: rgb(176,216,171); }
div.DivClassName
{
background-color: #B0D8AB;
}
.BgClassName
{
background-color: #B0D8AB;
}
</style>
border-color css
<style>
span { border-color: #B0D8AB; }
span { border-color: rgb(176,216,171); }
td.TdClassName
{
border-color: #B0D8AB;
}
.TagClassName
{
border-color: #B0D8AB;
}
</style>