Shades of Moss Green #B0D9AC
Tints of Moss Green #B0D9AC
RGB
CMYK
RGB Variations
Color information
#B0D9AC (or 0xB0D9AC) is known color: Moss Green. HEX triplet: B0, D9 and AC. RGB value is (176,217,172). Sum of RGB (Red+Green+Blue) = 176+217+172=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D9AC is #4F2653. Grayscale: #C7C7C7. Windows color (decimal): -5187156 or 11327920. OLE color: 11327920.
HSL color Cylindrical-coordinate representation of color #B0D9AC: hue angle of 114.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0D9AC is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 172 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.15 |
| HSL | 114.67º | 0.37% | 0.76% | - |
| HSV(B) | 114.67º | 0.21% | 0.85% | - |
| XYZ | 50.16 | 61.83 | 48.32 | - |
| YUV | 199.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 172 | 0.19 | 0 | 0.21 | 0.15 | 114.67 | 0.37 | 0.76 |
| Hex | B0 | D9 | AC | 13 | 0 | 15 | F | 73 | 25 | 4C |
| Octal | 260 | 331 | 254 | 23 | 0 | 25 | 17 | 163 | 45 | 114 |
| Binary | 10110000 | 11011001 | 10101100 | 10011 | 0 | 10101 | 1111 | 1110011 | 100101 | 1001100 |
Color Harmonies of #B0D9AC
Complementary color
Monochromatic Colors of #B0D9AC
Black with #B0D9AC
Text Example
Text Example
White with #B0D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D9AC; }
p { color: rgb(176,217,172); }
H1.HeaderClassName
{
color: #B0D9AC;
}
.AnyTagClassName
{
color: #B0D9AC;
}
</style>
background-color css
<style>
a { background-color: #B0D9AC; }
a { background-color: rgb(176,217,172); }
div.DivClassName
{
background-color: #B0D9AC;
}
.BgClassName
{
background-color: #B0D9AC;
}
</style>
border-color css
<style>
span { border-color: #B0D9AC; }
span { border-color: rgb(176,217,172); }
td.TdClassName
{
border-color: #B0D9AC;
}
.TagClassName
{
border-color: #B0D9AC;
}
</style>