Shades of Moss Green #B0DEAD
Tints of Moss Green #B0DEAD
RGB
CMYK
RGB Variations
Color information
#B0DEAD (or 0xB0DEAD) is known color: Moss Green. HEX triplet: B0, DE and AD. RGB value is (176,222,173). Sum of RGB (Red+Green+Blue) = 176+222+173=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DEAD is #4F2152. Grayscale: #CACACA. Windows color (decimal): -5185875 or 11394736. OLE color: 11394736.
HSL color Cylindrical-coordinate representation of color #B0DEAD: hue angle of 116.33º degrees, saturation: 0.43, 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 #B0DEAD is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 173 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.13 |
| HSL | 116.33º | 0.43% | 0.77% | - |
| HSV(B) | 116.33º | 0.22% | 0.87% | - |
| XYZ | 51.57 | 64.49 | 49.26 | - |
| YUV | 202.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 173 | 0.21 | 0 | 0.22 | 0.13 | 116.33 | 0.43 | 0.77 |
| Hex | B0 | DE | AD | 15 | 0 | 16 | D | 74 | 2B | 4D |
| Octal | 260 | 336 | 255 | 25 | 0 | 26 | 15 | 164 | 53 | 115 |
| Binary | 10110000 | 11011110 | 10101101 | 10101 | 0 | 10110 | 1101 | 1110100 | 101011 | 1001101 |
Color Harmonies of #B0DEAD
Complementary color
Monochromatic Colors of #B0DEAD
Black with #B0DEAD
Text Example
Text Example
White with #B0DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEAD; }
p { color: rgb(176,222,173); }
H1.HeaderClassName
{
color: #B0DEAD;
}
.AnyTagClassName
{
color: #B0DEAD;
}
</style>
background-color css
<style>
a { background-color: #B0DEAD; }
a { background-color: rgb(176,222,173); }
div.DivClassName
{
background-color: #B0DEAD;
}
.BgClassName
{
background-color: #B0DEAD;
}
</style>
border-color css
<style>
span { border-color: #B0DEAD; }
span { border-color: rgb(176,222,173); }
td.TdClassName
{
border-color: #B0DEAD;
}
.TagClassName
{
border-color: #B0DEAD;
}
</style>