Shades of Moss Green #B1DDAC
Tints of Moss Green #B1DDAC
RGB
CMYK
RGB Variations
Color information
#B1DDAC (or 0xB1DDAC) is known color: Moss Green. HEX triplet: B1, DD and AC. RGB value is (177,221,172). Sum of RGB (Red+Green+Blue) = 177+221+172=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 172 (67.58% from 255 or 30.18% from 570); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DDAC is #4E2253. Grayscale: #CACACA. Windows color (decimal): -5120596 or 11328945. OLE color: 11328945.
HSL color Cylindrical-coordinate representation of color #B1DDAC: hue angle of 113.88º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1DDAC is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 172 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.13 |
| HSL | 113.88º | 0.42% | 0.77% | - |
| HSV(B) | 113.88º | 0.22% | 0.87% | - |
| XYZ | 51.43 | 64.04 | 48.68 | - |
| YUV | 202.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 172 | 0.20 | 0 | 0.22 | 0.13 | 113.88 | 0.42 | 0.77 |
| Hex | B1 | DD | AC | 14 | 0 | 16 | D | 72 | 2A | 4D |
| Octal | 261 | 335 | 254 | 24 | 0 | 26 | 15 | 162 | 52 | 115 |
| Binary | 10110001 | 11011101 | 10101100 | 10100 | 0 | 10110 | 1101 | 1110010 | 101010 | 1001101 |
Color Harmonies of #B1DDAC
Complementary color
Monochromatic Colors of #B1DDAC
Black with #B1DDAC
Text Example
Text Example
White with #B1DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDAC; }
p { color: rgb(177,221,172); }
H1.HeaderClassName
{
color: #B1DDAC;
}
.AnyTagClassName
{
color: #B1DDAC;
}
</style>
background-color css
<style>
a { background-color: #B1DDAC; }
a { background-color: rgb(177,221,172); }
div.DivClassName
{
background-color: #B1DDAC;
}
.BgClassName
{
background-color: #B1DDAC;
}
</style>
border-color css
<style>
span { border-color: #B1DDAC; }
span { border-color: rgb(177,221,172); }
td.TdClassName
{
border-color: #B1DDAC;
}
.TagClassName
{
border-color: #B1DDAC;
}
</style>