Shades of Moss Green #B2DDAC
Tints of Moss Green #B2DDAC
RGB
CMYK
RGB Variations
Color information
#B2DDAC (or 0xB2DDAC) is known color: Moss Green. HEX triplet: B2, DD and AC. RGB value is (178,221,172). Sum of RGB (Red+Green+Blue) = 178+221+172=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DDAC is #4D2253. Grayscale: #CACACA. Windows color (decimal): -5055060 or 11328946. OLE color: 11328946.
HSL color Cylindrical-coordinate representation of color #B2DDAC: hue angle of 112.65º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2DDAC is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 178 | 221 | 172 | - |
CMYK | 0.19 | 0 | 0.22 | 0.13 |
HSL | 112.65º | 0.42% | 0.77% | - |
HSV(B) | 112.65º | 0.22% | 0.87% | - |
XYZ | 51.66 | 64.16 | 48.69 | - |
YUV | 202.56 | 110.75 | 110.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 221 | 172 | 0.19 | 0 | 0.22 | 0.13 | 112.65 | 0.42 | 0.77 |
Hex | B2 | DD | AC | 13 | 0 | 16 | D | 71 | 2A | 4D |
Octal | 262 | 335 | 254 | 23 | 0 | 26 | 15 | 161 | 52 | 115 |
Binary | 10110010 | 11011101 | 10101100 | 10011 | 0 | 10110 | 1101 | 1110001 | 101010 | 1001101 |
Color Harmonies of #B2DDAC
Complementary color
Monochromatic Colors of #B2DDAC
Black with #B2DDAC
Text Example
Text Example
White with #B2DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDAC; }
p { color: rgb(178,221,172); }
H1.HeaderClassName
{
color: #B2DDAC;
}
.AnyTagClassName
{
color: #B2DDAC;
}
</style>
background-color css
<style>
a { background-color: #B2DDAC; }
a { background-color: rgb(178,221,172); }
div.DivClassName
{
background-color: #B2DDAC;
}
.BgClassName
{
background-color: #B2DDAC;
}
</style>
border-color css
<style>
span { border-color: #B2DDAC; }
span { border-color: rgb(178,221,172); }
td.TdClassName
{
border-color: #B2DDAC;
}
.TagClassName
{
border-color: #B2DDAC;
}
</style>