Shades of Moss Green #B1D8AC
Tints of Moss Green #B1D8AC
RGB
CMYK
RGB Variations
Color information
#B1D8AC (or 0xB1D8AC) is known color: Moss Green. HEX triplet: B1, D8 and AC. RGB value is (177,216,172). Sum of RGB (Red+Green+Blue) = 177+216+172=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D8AC is #4E2753. Grayscale: #C7C7C7. Windows color (decimal): -5121876 or 11327665. OLE color: 11327665.
HSL color Cylindrical-coordinate representation of color #B1D8AC: hue angle of 113.18º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1D8AC is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 172 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.15 |
| HSL | 113.18º | 0.36% | 0.76% | - |
| HSV(B) | 113.18º | 0.2% | 0.85% | - |
| XYZ | 50.13 | 61.44 | 48.25 | - |
| YUV | 199.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 172 | 0.18 | 0 | 0.20 | 0.15 | 113.18 | 0.36 | 0.76 |
| Hex | B1 | D8 | AC | 12 | 0 | 14 | F | 71 | 24 | 4C |
| Octal | 261 | 330 | 254 | 22 | 0 | 24 | 17 | 161 | 44 | 114 |
| Binary | 10110001 | 11011000 | 10101100 | 10010 | 0 | 10100 | 1111 | 1110001 | 100100 | 1001100 |
Color Harmonies of #B1D8AC
Complementary color
Monochromatic Colors of #B1D8AC
Black with #B1D8AC
Text Example
Text Example
White with #B1D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D8AC; }
p { color: rgb(177,216,172); }
H1.HeaderClassName
{
color: #B1D8AC;
}
.AnyTagClassName
{
color: #B1D8AC;
}
</style>
background-color css
<style>
a { background-color: #B1D8AC; }
a { background-color: rgb(177,216,172); }
div.DivClassName
{
background-color: #B1D8AC;
}
.BgClassName
{
background-color: #B1D8AC;
}
</style>
border-color css
<style>
span { border-color: #B1D8AC; }
span { border-color: rgb(177,216,172); }
td.TdClassName
{
border-color: #B1D8AC;
}
.TagClassName
{
border-color: #B1D8AC;
}
</style>