Shades of Moss Green #B0DBAF
Tints of Moss Green #B0DBAF
RGB
CMYK
RGB Variations
Color information
#B0DBAF (or 0xB0DBAF) is known color: Moss Green. HEX triplet: B0, DB and AF. RGB value is (176,219,175). Sum of RGB (Red+Green+Blue) = 176+219+175=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBAF is #4F2450. Grayscale: #C9C9C9. Windows color (decimal): -5186641 or 11525040. OLE color: 11525040.
HSL color Cylindrical-coordinate representation of color #B0DBAF: hue angle of 118.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBAF is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 175 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.14 |
| HSL | 118.64º | 0.38% | 0.77% | - |
| HSV(B) | 118.64º | 0.2% | 0.86% | - |
| XYZ | 50.97 | 62.99 | 50.03 | - |
| YUV | 201.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 175 | 0.20 | 0 | 0.20 | 0.14 | 118.64 | 0.38 | 0.77 |
| Hex | B0 | DB | AF | 14 | 0 | 14 | E | 77 | 26 | 4D |
| Octal | 260 | 333 | 257 | 24 | 0 | 24 | 16 | 167 | 46 | 115 |
| Binary | 10110000 | 11011011 | 10101111 | 10100 | 0 | 10100 | 1110 | 1110111 | 100110 | 1001101 |
Color Harmonies of #B0DBAF
Complementary color
Monochromatic Colors of #B0DBAF
Black with #B0DBAF
Text Example
Text Example
White with #B0DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBAF; }
p { color: rgb(176,219,175); }
H1.HeaderClassName
{
color: #B0DBAF;
}
.AnyTagClassName
{
color: #B0DBAF;
}
</style>
background-color css
<style>
a { background-color: #B0DBAF; }
a { background-color: rgb(176,219,175); }
div.DivClassName
{
background-color: #B0DBAF;
}
.BgClassName
{
background-color: #B0DBAF;
}
</style>
border-color css
<style>
span { border-color: #B0DBAF; }
span { border-color: rgb(176,219,175); }
td.TdClassName
{
border-color: #B0DBAF;
}
.TagClassName
{
border-color: #B0DBAF;
}
</style>