Shades of Moss Green #B2DBAC
Tints of Moss Green #B2DBAC
RGB
CMYK
RGB Variations
Color information
#B2DBAC (or 0xB2DBAC) is known color: Moss Green. HEX triplet: B2, DB and AC. RGB value is (178,219,172). Sum of RGB (Red+Green+Blue) = 178+219+172=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DBAC is #4D2453. Grayscale: #C9C9C9. Windows color (decimal): -5055572 or 11328434. OLE color: 11328434.
HSL color Cylindrical-coordinate representation of color #B2DBAC: hue angle of 112.34º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2DBAC is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 219 | 172 | - |
CMYK | 0.19 | 0 | 0.21 | 0.14 |
HSL | 112.34º | 0.39% | 0.77% | - |
HSV(B) | 112.34º | 0.21% | 0.86% | - |
XYZ | 51.14 | 63.11 | 48.52 | - |
YUV | 201.38 | 111.42 | 111.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 219 | 172 | 0.19 | 0 | 0.21 | 0.14 | 112.34 | 0.39 | 0.77 |
Hex | B2 | DB | AC | 13 | 0 | 15 | E | 70 | 27 | 4D |
Octal | 262 | 333 | 254 | 23 | 0 | 25 | 16 | 160 | 47 | 115 |
Binary | 10110010 | 11011011 | 10101100 | 10011 | 0 | 10101 | 1110 | 1110000 | 100111 | 1001101 |
Color Harmonies of #B2DBAC
Complementary color
Monochromatic Colors of #B2DBAC
Black with #B2DBAC
Text Example
Text Example
White with #B2DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBAC; }
p { color: rgb(178,219,172); }
H1.HeaderClassName
{
color: #B2DBAC;
}
.AnyTagClassName
{
color: #B2DBAC;
}
</style>
background-color css
<style>
a { background-color: #B2DBAC; }
a { background-color: rgb(178,219,172); }
div.DivClassName
{
background-color: #B2DBAC;
}
.BgClassName
{
background-color: #B2DBAC;
}
</style>
border-color css
<style>
span { border-color: #B2DBAC; }
span { border-color: rgb(178,219,172); }
td.TdClassName
{
border-color: #B2DBAC;
}
.TagClassName
{
border-color: #B2DBAC;
}
</style>