Shades of Moss Green #B2D8AD
Tints of Moss Green #B2D8AD
RGB
CMYK
RGB Variations
Color information
#B2D8AD (or 0xB2D8AD) is known color: Moss Green. HEX triplet: B2, D8 and AD. RGB value is (178,216,173). Sum of RGB (Red+Green+Blue) = 178+216+173=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D8AD is #4D2752. Grayscale: #C7C7C7. Windows color (decimal): -5056339 or 11393202. OLE color: 11393202.
HSL color Cylindrical-coordinate representation of color #B2D8AD: hue angle of 113.02º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2D8AD is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 173 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.15 |
| HSL | 113.02º | 0.36% | 0.76% | - |
| HSV(B) | 113.02º | 0.2% | 0.85% | - |
| XYZ | 50.46 | 61.59 | 48.76 | - |
| YUV | 199.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 173 | 0.18 | 0 | 0.20 | 0.15 | 113.02 | 0.36 | 0.76 |
| Hex | B2 | D8 | AD | 12 | 0 | 14 | F | 71 | 24 | 4C |
| Octal | 262 | 330 | 255 | 22 | 0 | 24 | 17 | 161 | 44 | 114 |
| Binary | 10110010 | 11011000 | 10101101 | 10010 | 0 | 10100 | 1111 | 1110001 | 100100 | 1001100 |
Color Harmonies of #B2D8AD
Complementary color
Monochromatic Colors of #B2D8AD
Black with #B2D8AD
Text Example
Text Example
White with #B2D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D8AD; }
p { color: rgb(178,216,173); }
H1.HeaderClassName
{
color: #B2D8AD;
}
.AnyTagClassName
{
color: #B2D8AD;
}
</style>
background-color css
<style>
a { background-color: #B2D8AD; }
a { background-color: rgb(178,216,173); }
div.DivClassName
{
background-color: #B2D8AD;
}
.BgClassName
{
background-color: #B2D8AD;
}
</style>
border-color css
<style>
span { border-color: #B2D8AD; }
span { border-color: rgb(178,216,173); }
td.TdClassName
{
border-color: #B2D8AD;
}
.TagClassName
{
border-color: #B2D8AD;
}
</style>