Shades of Moss Green #B2DAB0
Tints of Moss Green #B2DAB0
RGB
CMYK
RGB Variations
Color information
#B2DAB0 (or 0xB2DAB0) is known color: Moss Green. HEX triplet: B2, DA and B0. RGB value is (178,218,176). Sum of RGB (Red+Green+Blue) = 178+218+176=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DAB0 is #4D254F. Grayscale: #C9C9C9. Windows color (decimal): -5055824 or 11590322. OLE color: 11590322.
HSL color Cylindrical-coordinate representation of color #B2DAB0: hue angle of 117.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DAB0 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 176 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.15 |
| HSL | 117.14º | 0.36% | 0.77% | - |
| HSV(B) | 117.14º | 0.19% | 0.85% | - |
| XYZ | 51.27 | 62.74 | 50.48 | - |
| YUV | 201.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 176 | 0.18 | 0 | 0.19 | 0.15 | 117.14 | 0.36 | 0.77 |
| Hex | B2 | DA | B0 | 12 | 0 | 13 | F | 75 | 24 | 4D |
| Octal | 262 | 332 | 260 | 22 | 0 | 23 | 17 | 165 | 44 | 115 |
| Binary | 10110010 | 11011010 | 10110000 | 10010 | 0 | 10011 | 1111 | 1110101 | 100100 | 1001101 |
Color Harmonies of #B2DAB0
Complementary color
Monochromatic Colors of #B2DAB0
Black with #B2DAB0
Text Example
Text Example
White with #B2DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DAB0; }
p { color: rgb(178,218,176); }
H1.HeaderClassName
{
color: #B2DAB0;
}
.AnyTagClassName
{
color: #B2DAB0;
}
</style>
background-color css
<style>
a { background-color: #B2DAB0; }
a { background-color: rgb(178,218,176); }
div.DivClassName
{
background-color: #B2DAB0;
}
.BgClassName
{
background-color: #B2DAB0;
}
</style>
border-color css
<style>
span { border-color: #B2DAB0; }
span { border-color: rgb(178,218,176); }
td.TdClassName
{
border-color: #B2DAB0;
}
.TagClassName
{
border-color: #B2DAB0;
}
</style>