Shades of Moss Green #B2D7AE
Tints of Moss Green #B2D7AE
RGB
CMYK
RGB Variations
Color information
#B2D7AE (or 0xB2D7AE) is known color: Moss Green. HEX triplet: B2, D7 and AE. RGB value is (178,215,174). Sum of RGB (Red+Green+Blue) = 178+215+174=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D7AE is #4D2851. Grayscale: #C7C7C7. Windows color (decimal): -5056594 or 11458482. OLE color: 11458482.
HSL color Cylindrical-coordinate representation of color #B2D7AE: hue angle of 114.15º degrees, saturation: 0.34, 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 #B2D7AE is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 174 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.16 |
| HSL | 114.15º | 0.34% | 0.76% | - |
| HSV(B) | 114.15º | 0.19% | 0.84% | - |
| XYZ | 50.3 | 61.12 | 49.19 | - |
| YUV | 199.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 174 | 0.17 | 0 | 0.19 | 0.16 | 114.15 | 0.34 | 0.76 |
| Hex | B2 | D7 | AE | 11 | 0 | 13 | 10 | 72 | 22 | 4C |
| Octal | 262 | 327 | 256 | 21 | 0 | 23 | 20 | 162 | 42 | 114 |
| Binary | 10110010 | 11010111 | 10101110 | 10001 | 0 | 10011 | 10000 | 1110010 | 100010 | 1001100 |
Color Harmonies of #B2D7AE
Complementary color
Monochromatic Colors of #B2D7AE
Black with #B2D7AE
Text Example
Text Example
White with #B2D7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D7AE; }
p { color: rgb(178,215,174); }
H1.HeaderClassName
{
color: #B2D7AE;
}
.AnyTagClassName
{
color: #B2D7AE;
}
</style>
background-color css
<style>
a { background-color: #B2D7AE; }
a { background-color: rgb(178,215,174); }
div.DivClassName
{
background-color: #B2D7AE;
}
.BgClassName
{
background-color: #B2D7AE;
}
</style>
border-color css
<style>
span { border-color: #B2D7AE; }
span { border-color: rgb(178,215,174); }
td.TdClassName
{
border-color: #B2D7AE;
}
.TagClassName
{
border-color: #B2D7AE;
}
</style>