Shades of Moss Green #B2E6AC
Tints of Moss Green #B2E6AC
RGB
CMYK
RGB Variations
Color information
#B2E6AC (or 0xB2E6AC) is known color: Moss Green. HEX triplet: B2, E6 and AC. RGB value is (178,230,172). Sum of RGB (Red+Green+Blue) = 178+230+172=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E6AC is #4D1953. Grayscale: #D0D0D0. Windows color (decimal): -5052756 or 11331250. OLE color: 11331250.
HSL color Cylindrical-coordinate representation of color #B2E6AC: hue angle of 113.79º 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 #B2E6AC is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 172 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.10 |
| HSL | 113.79º | 0.54% | 0.79% | - |
| HSV(B) | 113.79º | 0.25% | 0.9% | - |
| XYZ | 54.1 | 69.04 | 49.5 | - |
| YUV | 207.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 172 | 0.23 | 0 | 0.25 | 0.10 | 113.79 | 0.54 | 0.79 |
| Hex | B2 | E6 | AC | 17 | 0 | 19 | A | 72 | 36 | 4F |
| Octal | 262 | 346 | 254 | 27 | 0 | 31 | 12 | 162 | 66 | 117 |
| Binary | 10110010 | 11100110 | 10101100 | 10111 | 0 | 11001 | 1010 | 1110010 | 110110 | 1001111 |
Color Harmonies of #B2E6AC
Complementary color
Monochromatic Colors of #B2E6AC
Black with #B2E6AC
Text Example
Text Example
White with #B2E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E6AC; }
p { color: rgb(178,230,172); }
H1.HeaderClassName
{
color: #B2E6AC;
}
.AnyTagClassName
{
color: #B2E6AC;
}
</style>
background-color css
<style>
a { background-color: #B2E6AC; }
a { background-color: rgb(178,230,172); }
div.DivClassName
{
background-color: #B2E6AC;
}
.BgClassName
{
background-color: #B2E6AC;
}
</style>
border-color css
<style>
span { border-color: #B2E6AC; }
span { border-color: rgb(178,230,172); }
td.TdClassName
{
border-color: #B2E6AC;
}
.TagClassName
{
border-color: #B2E6AC;
}
</style>