Shades of Moss Green #B0DCAE
Tints of Moss Green #B0DCAE
RGB
CMYK
RGB Variations
Color information
#B0DCAE (or 0xB0DCAE) is known color: Moss Green. HEX triplet: B0, DC and AE. RGB value is (176,220,174). Sum of RGB (Red+Green+Blue) = 176+220+174=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DCAE is #4F2351. Grayscale: #C9C9C9. Windows color (decimal): -5186386 or 11459760. OLE color: 11459760.
HSL color Cylindrical-coordinate representation of color #B0DCAE: hue angle of 117.39º 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 #B0DCAE is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 174 | - |
| CMYK | 0.2 | 0 | 0.21 | 0.14 |
| HSL | 117.39º | 0.4% | 0.77% | - |
| HSV(B) | 117.39º | 0.21% | 0.86% | - |
| XYZ | 51.14 | 63.47 | 49.6 | - |
| YUV | 201.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 174 | 0.2 | 0 | 0.21 | 0.14 | 117.39 | 0.4 | 0.77 |
| Hex | B0 | DC | AE | 14 | 0 | 15 | E | 75 | 28 | 4D |
| Octal | 260 | 334 | 256 | 24 | 0 | 25 | 16 | 165 | 50 | 115 |
| Binary | 10110000 | 11011100 | 10101110 | 10100 | 0 | 10101 | 1110 | 1110101 | 101000 | 1001101 |
Color Harmonies of #B0DCAE
Complementary color
Monochromatic Colors of #B0DCAE
Black with #B0DCAE
Text Example
Text Example
White with #B0DCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCAE; }
p { color: rgb(176,220,174); }
H1.HeaderClassName
{
color: #B0DCAE;
}
.AnyTagClassName
{
color: #B0DCAE;
}
</style>
background-color css
<style>
a { background-color: #B0DCAE; }
a { background-color: rgb(176,220,174); }
div.DivClassName
{
background-color: #B0DCAE;
}
.BgClassName
{
background-color: #B0DCAE;
}
</style>
border-color css
<style>
span { border-color: #B0DCAE; }
span { border-color: rgb(176,220,174); }
td.TdClassName
{
border-color: #B0DCAE;
}
.TagClassName
{
border-color: #B0DCAE;
}
</style>