Shades of Moss Green #B2EDAC
Tints of Moss Green #B2EDAC
RGB
CMYK
RGB Variations
Color information
#B2EDAC (or 0xB2EDAC) is known color: Moss Green. HEX triplet: B2, ED and AC. RGB value is (178,237,172). Sum of RGB (Red+Green+Blue) = 178+237+172=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EDAC is #4D1253. Grayscale: #D4D4D4. Windows color (decimal): -5050964 or 11333042. OLE color: 11333042.
HSL color Cylindrical-coordinate representation of color #B2EDAC: hue angle of 114.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EDAC is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 172 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.07 |
| HSL | 114.46º | 0.64% | 0.8% | - |
| HSV(B) | 114.46º | 0.27% | 0.93% | - |
| XYZ | 56.09 | 73.01 | 50.17 | - |
| YUV | 211.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 172 | 0.25 | 0 | 0.27 | 0.07 | 114.46 | 0.64 | 0.8 |
| Hex | B2 | ED | AC | 19 | 0 | 1B | 7 | 72 | 40 | 50 |
| Octal | 262 | 355 | 254 | 31 | 0 | 33 | 7 | 162 | 100 | 120 |
| Binary | 10110010 | 11101101 | 10101100 | 11001 | 0 | 11011 | 111 | 1110010 | 1000000 | 1010000 |
Color Harmonies of #B2EDAC
Complementary color
Monochromatic Colors of #B2EDAC
Black with #B2EDAC
Text Example
Text Example
White with #B2EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDAC; }
p { color: rgb(178,237,172); }
H1.HeaderClassName
{
color: #B2EDAC;
}
.AnyTagClassName
{
color: #B2EDAC;
}
</style>
background-color css
<style>
a { background-color: #B2EDAC; }
a { background-color: rgb(178,237,172); }
div.DivClassName
{
background-color: #B2EDAC;
}
.BgClassName
{
background-color: #B2EDAC;
}
</style>
border-color css
<style>
span { border-color: #B2EDAC; }
span { border-color: rgb(178,237,172); }
td.TdClassName
{
border-color: #B2EDAC;
}
.TagClassName
{
border-color: #B2EDAC;
}
</style>