Shades of Moss Green #B1DCB0
Tints of Moss Green #B1DCB0
RGB
CMYK
RGB Variations
Color information
#B1DCB0 (or 0xB1DCB0) is known color: Moss Green. HEX triplet: B1, DC and B0. RGB value is (177,220,176). Sum of RGB (Red+Green+Blue) = 177+220+176=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCB0 is #4E234F. Grayscale: #CACACA. Windows color (decimal): -5120848 or 11590833. OLE color: 11590833.
HSL color Cylindrical-coordinate representation of color #B1DCB0: hue angle of 118.64º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCB0 is Cyan = 0.20, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 176 | - |
| CMYK | 0.20 | 0 | 0.2 | 0.14 |
| HSL | 118.64º | 0.39% | 0.78% | - |
| HSV(B) | 118.64º | 0.2% | 0.86% | - |
| XYZ | 51.56 | 63.67 | 50.65 | - |
| YUV | 202.13 | 113.25 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 176 | 0.20 | 0 | 0.2 | 0.14 | 118.64 | 0.39 | 0.78 |
| Hex | B1 | DC | B0 | 14 | 0 | 14 | E | 77 | 27 | 4E |
| Octal | 261 | 334 | 260 | 24 | 0 | 24 | 16 | 167 | 47 | 116 |
| Binary | 10110001 | 11011100 | 10110000 | 10100 | 0 | 10100 | 1110 | 1110111 | 100111 | 1001110 |
Color Harmonies of #B1DCB0
Complementary color
Monochromatic Colors of #B1DCB0
Black with #B1DCB0
Text Example
Text Example
White with #B1DCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCB0; }
p { color: rgb(177,220,176); }
H1.HeaderClassName
{
color: #B1DCB0;
}
.AnyTagClassName
{
color: #B1DCB0;
}
</style>
background-color css
<style>
a { background-color: #B1DCB0; }
a { background-color: rgb(177,220,176); }
div.DivClassName
{
background-color: #B1DCB0;
}
.BgClassName
{
background-color: #B1DCB0;
}
</style>
border-color css
<style>
span { border-color: #B1DCB0; }
span { border-color: rgb(177,220,176); }
td.TdClassName
{
border-color: #B1DCB0;
}
.TagClassName
{
border-color: #B1DCB0;
}
</style>