Shades of Moss Green #B0E6AC
Tints of Moss Green #B0E6AC
RGB
CMYK
RGB Variations
Color information
#B0E6AC (or 0xB0E6AC) is known color: Moss Green. HEX triplet: B0, E6 and AC. RGB value is (176,230,172). Sum of RGB (Red+Green+Blue) = 176+230+172=578 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.45% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E6AC is #4F1953. Grayscale: #CFCFCF. Windows color (decimal): -5183828 or 11331248. OLE color: 11331248.
HSL color Cylindrical-coordinate representation of color #B0E6AC: hue angle of 115.86º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E6AC is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 172 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.10 |
| HSL | 115.86º | 0.54% | 0.79% | - |
| HSV(B) | 115.86º | 0.25% | 0.9% | - |
| XYZ | 53.65 | 68.8 | 49.48 | - |
| YUV | 207.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 172 | 0.23 | 0 | 0.25 | 0.10 | 115.86 | 0.54 | 0.79 |
| Hex | B0 | E6 | AC | 17 | 0 | 19 | A | 74 | 36 | 4F |
| Octal | 260 | 346 | 254 | 27 | 0 | 31 | 12 | 164 | 66 | 117 |
| Binary | 10110000 | 11100110 | 10101100 | 10111 | 0 | 11001 | 1010 | 1110100 | 110110 | 1001111 |
Color Harmonies of #B0E6AC
Complementary color
Monochromatic Colors of #B0E6AC
Black with #B0E6AC
Text Example
Text Example
White with #B0E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6AC; }
p { color: rgb(176,230,172); }
H1.HeaderClassName
{
color: #B0E6AC;
}
.AnyTagClassName
{
color: #B0E6AC;
}
</style>
background-color css
<style>
a { background-color: #B0E6AC; }
a { background-color: rgb(176,230,172); }
div.DivClassName
{
background-color: #B0E6AC;
}
.BgClassName
{
background-color: #B0E6AC;
}
</style>
border-color css
<style>
span { border-color: #B0E6AC; }
span { border-color: rgb(176,230,172); }
td.TdClassName
{
border-color: #B0E6AC;
}
.TagClassName
{
border-color: #B0E6AC;
}
</style>