Shades of Moss Green #B2DCAE
Tints of Moss Green #B2DCAE
RGB
CMYK
RGB Variations
Color information
#B2DCAE (or 0xB2DCAE) is known color: Moss Green. HEX triplet: B2, DC and AE. RGB value is (178,220,174). Sum of RGB (Red+Green+Blue) = 178+220+174=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DCAE is #4D2351. Grayscale: #CACACA. Windows color (decimal): -5055314 or 11459762. OLE color: 11459762.
HSL color Cylindrical-coordinate representation of color #B2DCAE: hue angle of 114.78º degrees, saturation: 0.4, 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 #B2DCAE is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 174 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.14 |
| HSL | 114.78º | 0.4% | 0.77% | - |
| HSV(B) | 114.78º | 0.21% | 0.86% | - |
| XYZ | 51.59 | 63.71 | 49.62 | - |
| YUV | 202.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 174 | 0.19 | 0 | 0.21 | 0.14 | 114.78 | 0.4 | 0.77 |
| Hex | B2 | DC | AE | 13 | 0 | 15 | E | 73 | 28 | 4D |
| Octal | 262 | 334 | 256 | 23 | 0 | 25 | 16 | 163 | 50 | 115 |
| Binary | 10110010 | 11011100 | 10101110 | 10011 | 0 | 10101 | 1110 | 1110011 | 101000 | 1001101 |
Color Harmonies of #B2DCAE
Complementary color
Monochromatic Colors of #B2DCAE
Black with #B2DCAE
Text Example
Text Example
White with #B2DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCAE; }
p { color: rgb(178,220,174); }
H1.HeaderClassName
{
color: #B2DCAE;
}
.AnyTagClassName
{
color: #B2DCAE;
}
</style>
background-color css
<style>
a { background-color: #B2DCAE; }
a { background-color: rgb(178,220,174); }
div.DivClassName
{
background-color: #B2DCAE;
}
.BgClassName
{
background-color: #B2DCAE;
}
</style>
border-color css
<style>
span { border-color: #B2DCAE; }
span { border-color: rgb(178,220,174); }
td.TdClassName
{
border-color: #B2DCAE;
}
.TagClassName
{
border-color: #B2DCAE;
}
</style>