Shades of Moss Green #B2DAAF
Tints of Moss Green #B2DAAF
RGB
CMYK
RGB Variations
Color information
#B2DAAF (or 0xB2DAAF) is known color: Moss Green. HEX triplet: B2, DA and AF. RGB value is (178,218,175). Sum of RGB (Red+Green+Blue) = 178+218+175=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DAAF is #4D2550. Grayscale: #C9C9C9. Windows color (decimal): -5055825 or 11524786. OLE color: 11524786.
HSL color Cylindrical-coordinate representation of color #B2DAAF: hue angle of 115.81º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DAAF is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 175 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.15 |
| HSL | 115.81º | 0.37% | 0.77% | - |
| HSV(B) | 115.81º | 0.2% | 0.85% | - |
| XYZ | 51.17 | 62.7 | 49.96 | - |
| YUV | 201.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 175 | 0.18 | 0 | 0.20 | 0.15 | 115.81 | 0.37 | 0.77 |
| Hex | B2 | DA | AF | 12 | 0 | 14 | F | 74 | 25 | 4D |
| Octal | 262 | 332 | 257 | 22 | 0 | 24 | 17 | 164 | 45 | 115 |
| Binary | 10110010 | 11011010 | 10101111 | 10010 | 0 | 10100 | 1111 | 1110100 | 100101 | 1001101 |
Color Harmonies of #B2DAAF
Complementary color
Monochromatic Colors of #B2DAAF
Black with #B2DAAF
Text Example
Text Example
White with #B2DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAAF; }
p { color: rgb(178,218,175); }
H1.HeaderClassName
{
color: #B2DAAF;
}
.AnyTagClassName
{
color: #B2DAAF;
}
</style>
background-color css
<style>
a { background-color: #B2DAAF; }
a { background-color: rgb(178,218,175); }
div.DivClassName
{
background-color: #B2DAAF;
}
.BgClassName
{
background-color: #B2DAAF;
}
</style>
border-color css
<style>
span { border-color: #B2DAAF; }
span { border-color: rgb(178,218,175); }
td.TdClassName
{
border-color: #B2DAAF;
}
.TagClassName
{
border-color: #B2DAAF;
}
</style>