Shades of Moss Green #B1D6AD
Tints of Moss Green #B1D6AD
RGB
CMYK
RGB Variations
Color information
#B1D6AD (or 0xB1D6AD) is known color: Moss Green. HEX triplet: B1, D6 and AD. RGB value is (177,214,173). Sum of RGB (Red+Green+Blue) = 177+214+173=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D6AD is #4E2952. Grayscale: #C6C6C6. Windows color (decimal): -5122387 or 11392689. OLE color: 11392689.
HSL color Cylindrical-coordinate representation of color #B1D6AD: hue angle of 114.15º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1D6AD is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 173 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.16 |
| HSL | 114.15º | 0.33% | 0.76% | - |
| HSV(B) | 114.15º | 0.19% | 0.84% | - |
| XYZ | 49.72 | 60.46 | 48.58 | - |
| YUV | 198.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 173 | 0.17 | 0 | 0.19 | 0.16 | 114.15 | 0.33 | 0.76 |
| Hex | B1 | D6 | AD | 11 | 0 | 13 | 10 | 72 | 21 | 4C |
| Octal | 261 | 326 | 255 | 21 | 0 | 23 | 20 | 162 | 41 | 114 |
| Binary | 10110001 | 11010110 | 10101101 | 10001 | 0 | 10011 | 10000 | 1110010 | 100001 | 1001100 |
Color Harmonies of #B1D6AD
Complementary color
Monochromatic Colors of #B1D6AD
Black with #B1D6AD
Text Example
Text Example
White with #B1D6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D6AD; }
p { color: rgb(177,214,173); }
H1.HeaderClassName
{
color: #B1D6AD;
}
.AnyTagClassName
{
color: #B1D6AD;
}
</style>
background-color css
<style>
a { background-color: #B1D6AD; }
a { background-color: rgb(177,214,173); }
div.DivClassName
{
background-color: #B1D6AD;
}
.BgClassName
{
background-color: #B1D6AD;
}
</style>
border-color css
<style>
span { border-color: #B1D6AD; }
span { border-color: rgb(177,214,173); }
td.TdClassName
{
border-color: #B1D6AD;
}
.TagClassName
{
border-color: #B1D6AD;
}
</style>