Shades of Moss Green #B0D5AC
Tints of Moss Green #B0D5AC
RGB
CMYK
RGB Variations
Color information
#B0D5AC (or 0xB0D5AC) is known color: Moss Green. HEX triplet: B0, D5 and AC. RGB value is (176,213,172). Sum of RGB (Red+Green+Blue) = 176+213+172=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D5AC is #4F2A53. Grayscale: #C5C5C5. Windows color (decimal): -5188180 or 11326896. OLE color: 11326896.
HSL color Cylindrical-coordinate representation of color #B0D5AC: hue angle of 114.15º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0D5AC is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 213 | 172 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.16 |
| HSL | 114.15º | 0.33% | 0.75% | - |
| HSV(B) | 114.15º | 0.19% | 0.84% | - |
| XYZ | 49.15 | 59.8 | 47.98 | - |
| YUV | 197.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 213 | 172 | 0.17 | 0 | 0.19 | 0.16 | 114.15 | 0.33 | 0.75 |
| Hex | B0 | D5 | AC | 11 | 0 | 13 | 10 | 72 | 21 | 4B |
| Octal | 260 | 325 | 254 | 21 | 0 | 23 | 20 | 162 | 41 | 113 |
| Binary | 10110000 | 11010101 | 10101100 | 10001 | 0 | 10011 | 10000 | 1110010 | 100001 | 1001011 |
Color Harmonies of #B0D5AC
Complementary color
Monochromatic Colors of #B0D5AC
Black with #B0D5AC
Text Example
Text Example
White with #B0D5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D5AC; }
p { color: rgb(176,213,172); }
H1.HeaderClassName
{
color: #B0D5AC;
}
.AnyTagClassName
{
color: #B0D5AC;
}
</style>
background-color css
<style>
a { background-color: #B0D5AC; }
a { background-color: rgb(176,213,172); }
div.DivClassName
{
background-color: #B0D5AC;
}
.BgClassName
{
background-color: #B0D5AC;
}
</style>
border-color css
<style>
span { border-color: #B0D5AC; }
span { border-color: rgb(176,213,172); }
td.TdClassName
{
border-color: #B0D5AC;
}
.TagClassName
{
border-color: #B0D5AC;
}
</style>