Shades of Moss Green #B4DCAE
Tints of Moss Green #B4DCAE
RGB
CMYK
RGB Variations
Color information
#B4DCAE (or 0xB4DCAE) is known color: Moss Green. HEX triplet: B4, DC and AE. RGB value is (180,220,174). Sum of RGB (Red+Green+Blue) = 180+220+174=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4DCAE is #4B2351. Grayscale: #CACACA. Windows color (decimal): -4924242 or 11459764. OLE color: 11459764.
HSL color Cylindrical-coordinate representation of color #B4DCAE: hue angle of 112.17º 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 #B4DCAE is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 174 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.14 |
| HSL | 112.17º | 0.4% | 0.77% | - |
| HSV(B) | 112.17º | 0.21% | 0.86% | - |
| XYZ | 52.06 | 63.95 | 49.64 | - |
| YUV | 202.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 174 | 0.18 | 0 | 0.21 | 0.14 | 112.17 | 0.4 | 0.77 |
| Hex | B4 | DC | AE | 12 | 0 | 15 | E | 70 | 28 | 4D |
| Octal | 264 | 334 | 256 | 22 | 0 | 25 | 16 | 160 | 50 | 115 |
| Binary | 10110100 | 11011100 | 10101110 | 10010 | 0 | 10101 | 1110 | 1110000 | 101000 | 1001101 |
Color Harmonies of #B4DCAE
Complementary color
Monochromatic Colors of #B4DCAE
Black with #B4DCAE
Text Example
Text Example
White with #B4DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCAE; }
p { color: rgb(180,220,174); }
H1.HeaderClassName
{
color: #B4DCAE;
}
.AnyTagClassName
{
color: #B4DCAE;
}
</style>
background-color css
<style>
a { background-color: #B4DCAE; }
a { background-color: rgb(180,220,174); }
div.DivClassName
{
background-color: #B4DCAE;
}
.BgClassName
{
background-color: #B4DCAE;
}
</style>
border-color css
<style>
span { border-color: #B4DCAE; }
span { border-color: rgb(180,220,174); }
td.TdClassName
{
border-color: #B4DCAE;
}
.TagClassName
{
border-color: #B4DCAE;
}
</style>