Shades of Moss Green #B0DBB1
Tints of Moss Green #B0DBB1
RGB
CMYK
RGB Variations
Color information
#B0DBB1 (or 0xB0DBB1) is known color: Moss Green. HEX triplet: B0, DB and B1. RGB value is (176,219,177). Sum of RGB (Red+Green+Blue) = 176+219+177=572 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.77% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DBB1 is #4F244E. Grayscale: #C9C9C9. Windows color (decimal): -5186639 or 11656112. OLE color: 11656112.
HSL color Cylindrical-coordinate representation of color #B0DBB1: hue angle of 121.4º degrees, saturation: 0.37, 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 #B0DBB1 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 177 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.14 |
| HSL | 121.4º | 0.37% | 0.77% | - |
| HSV(B) | 121.4º | 0.2% | 0.86% | - |
| XYZ | 51.17 | 63.07 | 51.07 | - |
| YUV | 201.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 177 | 0.20 | 0 | 0.19 | 0.14 | 121.4 | 0.37 | 0.77 |
| Hex | B0 | DB | B1 | 14 | 0 | 13 | E | 79 | 25 | 4D |
| Octal | 260 | 333 | 261 | 24 | 0 | 23 | 16 | 171 | 45 | 115 |
| Binary | 10110000 | 11011011 | 10110001 | 10100 | 0 | 10011 | 1110 | 1111001 | 100101 | 1001101 |
Color Harmonies of #B0DBB1
Complementary color
Monochromatic Colors of #B0DBB1
Black with #B0DBB1
Text Example
Text Example
White with #B0DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBB1; }
p { color: rgb(176,219,177); }
H1.HeaderClassName
{
color: #B0DBB1;
}
.AnyTagClassName
{
color: #B0DBB1;
}
</style>
background-color css
<style>
a { background-color: #B0DBB1; }
a { background-color: rgb(176,219,177); }
div.DivClassName
{
background-color: #B0DBB1;
}
.BgClassName
{
background-color: #B0DBB1;
}
</style>
border-color css
<style>
span { border-color: #B0DBB1; }
span { border-color: rgb(176,219,177); }
td.TdClassName
{
border-color: #B0DBB1;
}
.TagClassName
{
border-color: #B0DBB1;
}
</style>