Shades of Moss Green #B2DDAE
Tints of Moss Green #B2DDAE
RGB
CMYK
RGB Variations
Color information
#B2DDAE (or 0xB2DDAE) is known color: Moss Green. HEX triplet: B2, DD and AE. RGB value is (178,221,174). Sum of RGB (Red+Green+Blue) = 178+221+174=573 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.06% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DDAE is #4D2251. Grayscale: #CACACA. Windows color (decimal): -5055058 or 11460018. OLE color: 11460018.
HSL color Cylindrical-coordinate representation of color #B2DDAE: hue angle of 114.89º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2DDAE is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 178 | 221 | 174 | - |
CMYK | 0.19 | 0 | 0.21 | 0.13 |
HSL | 114.89º | 0.41% | 0.77% | - |
HSV(B) | 114.89º | 0.21% | 0.87% | - |
XYZ | 51.86 | 64.23 | 49.71 | - |
YUV | 202.79 | 111.75 | 110.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 221 | 174 | 0.19 | 0 | 0.21 | 0.13 | 114.89 | 0.41 | 0.77 |
Hex | B2 | DD | AE | 13 | 0 | 15 | D | 73 | 29 | 4D |
Octal | 262 | 335 | 256 | 23 | 0 | 25 | 15 | 163 | 51 | 115 |
Binary | 10110010 | 11011101 | 10101110 | 10011 | 0 | 10101 | 1101 | 1110011 | 101001 | 1001101 |
Color Harmonies of #B2DDAE
Complementary color
Monochromatic Colors of #B2DDAE
Black with #B2DDAE
Text Example
Text Example
White with #B2DDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDAE; }
p { color: rgb(178,221,174); }
H1.HeaderClassName
{
color: #B2DDAE;
}
.AnyTagClassName
{
color: #B2DDAE;
}
</style>
background-color css
<style>
a { background-color: #B2DDAE; }
a { background-color: rgb(178,221,174); }
div.DivClassName
{
background-color: #B2DDAE;
}
.BgClassName
{
background-color: #B2DDAE;
}
</style>
border-color css
<style>
span { border-color: #B2DDAE; }
span { border-color: rgb(178,221,174); }
td.TdClassName
{
border-color: #B2DDAE;
}
.TagClassName
{
border-color: #B2DDAE;
}
</style>