Shades of Moss Green #B0DDAD
Tints of Moss Green #B0DDAD
RGB
CMYK
RGB Variations
Color information
#B0DDAD (or 0xB0DDAD) is known color: Moss Green. HEX triplet: B0, DD and AD. RGB value is (176,221,173). Sum of RGB (Red+Green+Blue) = 176+221+173=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DDAD is #4F2252. Grayscale: #CACACA. Windows color (decimal): -5186131 or 11394480. OLE color: 11394480.
HSL color Cylindrical-coordinate representation of color #B0DDAD: hue angle of 116.25º degrees, saturation: 0.41, 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 #B0DDAD is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 173 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.13 |
| HSL | 116.25º | 0.41% | 0.77% | - |
| HSV(B) | 116.25º | 0.22% | 0.87% | - |
| XYZ | 51.3 | 63.96 | 49.18 | - |
| YUV | 202.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 173 | 0.20 | 0 | 0.22 | 0.13 | 116.25 | 0.41 | 0.77 |
| Hex | B0 | DD | AD | 14 | 0 | 16 | D | 74 | 29 | 4D |
| Octal | 260 | 335 | 255 | 24 | 0 | 26 | 15 | 164 | 51 | 115 |
| Binary | 10110000 | 11011101 | 10101101 | 10100 | 0 | 10110 | 1101 | 1110100 | 101001 | 1001101 |
Color Harmonies of #B0DDAD
Complementary color
Monochromatic Colors of #B0DDAD
Black with #B0DDAD
Text Example
Text Example
White with #B0DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DDAD; }
p { color: rgb(176,221,173); }
H1.HeaderClassName
{
color: #B0DDAD;
}
.AnyTagClassName
{
color: #B0DDAD;
}
</style>
background-color css
<style>
a { background-color: #B0DDAD; }
a { background-color: rgb(176,221,173); }
div.DivClassName
{
background-color: #B0DDAD;
}
.BgClassName
{
background-color: #B0DDAD;
}
</style>
border-color css
<style>
span { border-color: #B0DDAD; }
span { border-color: rgb(176,221,173); }
td.TdClassName
{
border-color: #B0DDAD;
}
.TagClassName
{
border-color: #B0DDAD;
}
</style>