Shades of Moss Green #B1DCB2
Tints of Moss Green #B1DCB2
RGB
CMYK
RGB Variations
Color information
#B1DCB2 (or 0xB1DCB2) is known color: Moss Green. HEX triplet: B1, DC and B2. RGB value is (177,220,178). Sum of RGB (Red+Green+Blue) = 177+220+178=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 178 (69.92% from 255 or 30.96% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DCB2 is #4E234D. Grayscale: #CACACA. Windows color (decimal): -5120846 or 11721905. OLE color: 11721905.
HSL color Cylindrical-coordinate representation of color #B1DCB2: hue angle of 121.4º degrees, saturation: 0.38, 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 #B1DCB2 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 178 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.14 |
| HSL | 121.4º | 0.38% | 0.78% | - |
| HSV(B) | 121.4º | 0.2% | 0.86% | - |
| XYZ | 51.76 | 63.75 | 51.7 | - |
| YUV | 202.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 178 | 0.20 | 0 | 0.19 | 0.14 | 121.4 | 0.38 | 0.78 |
| Hex | B1 | DC | B2 | 14 | 0 | 13 | E | 79 | 26 | 4E |
| Octal | 261 | 334 | 262 | 24 | 0 | 23 | 16 | 171 | 46 | 116 |
| Binary | 10110001 | 11011100 | 10110010 | 10100 | 0 | 10011 | 1110 | 1111001 | 100110 | 1001110 |
Color Harmonies of #B1DCB2
Complementary color
Monochromatic Colors of #B1DCB2
Black with #B1DCB2
Text Example
Text Example
White with #B1DCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCB2; }
p { color: rgb(177,220,178); }
H1.HeaderClassName
{
color: #B1DCB2;
}
.AnyTagClassName
{
color: #B1DCB2;
}
</style>
background-color css
<style>
a { background-color: #B1DCB2; }
a { background-color: rgb(177,220,178); }
div.DivClassName
{
background-color: #B1DCB2;
}
.BgClassName
{
background-color: #B1DCB2;
}
</style>
border-color css
<style>
span { border-color: #B1DCB2; }
span { border-color: rgb(177,220,178); }
td.TdClassName
{
border-color: #B1DCB2;
}
.TagClassName
{
border-color: #B1DCB2;
}
</style>