Shades of Moss Green #B1DFAC
Tints of Moss Green #B1DFAC
RGB
CMYK
RGB Variations
Color information
#B1DFAC (or 0xB1DFAC) is known color: Moss Green. HEX triplet: B1, DF and AC. RGB value is (177,223,172). Sum of RGB (Red+Green+Blue) = 177+223+172=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DFAC is #4E2053. Grayscale: #CBCBCB. Windows color (decimal): -5120084 or 11329457. OLE color: 11329457.
HSL color Cylindrical-coordinate representation of color #B1DFAC: hue angle of 114.12º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1DFAC is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 172 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.13 |
| HSL | 114.12º | 0.44% | 0.77% | - |
| HSV(B) | 114.12º | 0.23% | 0.87% | - |
| XYZ | 51.97 | 65.1 | 48.86 | - |
| YUV | 203.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 172 | 0.21 | 0 | 0.23 | 0.13 | 114.12 | 0.44 | 0.77 |
| Hex | B1 | DF | AC | 15 | 0 | 17 | D | 72 | 2C | 4D |
| Octal | 261 | 337 | 254 | 25 | 0 | 27 | 15 | 162 | 54 | 115 |
| Binary | 10110001 | 11011111 | 10101100 | 10101 | 0 | 10111 | 1101 | 1110010 | 101100 | 1001101 |
Color Harmonies of #B1DFAC
Complementary color
Monochromatic Colors of #B1DFAC
Black with #B1DFAC
Text Example
Text Example
White with #B1DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFAC; }
p { color: rgb(177,223,172); }
H1.HeaderClassName
{
color: #B1DFAC;
}
.AnyTagClassName
{
color: #B1DFAC;
}
</style>
background-color css
<style>
a { background-color: #B1DFAC; }
a { background-color: rgb(177,223,172); }
div.DivClassName
{
background-color: #B1DFAC;
}
.BgClassName
{
background-color: #B1DFAC;
}
</style>
border-color css
<style>
span { border-color: #B1DFAC; }
span { border-color: rgb(177,223,172); }
td.TdClassName
{
border-color: #B1DFAC;
}
.TagClassName
{
border-color: #B1DFAC;
}
</style>