Shades of Moss Green #BAECB6
Tints of Moss Green #BAECB6
RGB
CMYK
RGB Variations
Color information
#BAECB6 (or 0xBAECB6) is known color: Moss Green. HEX triplet: BA, EC and B6. RGB value is (186,236,182). Sum of RGB (Red+Green+Blue) = 186+236+182=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 182 (71.48% from 255 or 30.13% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECB6 is #451349. Grayscale: #D7D7D7. Windows color (decimal): -4526922 or 11988154. OLE color: 11988154.
HSL color Cylindrical-coordinate representation of color #BAECB6: hue angle of 115.56º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAECB6 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 182 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.07 |
| HSL | 115.56º | 0.59% | 0.82% | - |
| HSV(B) | 115.56º | 0.23% | 0.93% | - |
| XYZ | 58.69 | 73.81 | 55.41 | - |
| YUV | 214.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 182 | 0.21 | 0 | 0.23 | 0.07 | 115.56 | 0.59 | 0.82 |
| Hex | BA | EC | B6 | 15 | 0 | 17 | 7 | 74 | 3B | 52 |
| Octal | 272 | 354 | 266 | 25 | 0 | 27 | 7 | 164 | 73 | 122 |
| Binary | 10111010 | 11101100 | 10110110 | 10101 | 0 | 10111 | 111 | 1110100 | 111011 | 1010010 |
Color Harmonies of #BAECB6
Complementary color
Monochromatic Colors of #BAECB6
Black with #BAECB6
Text Example
Text Example
White with #BAECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECB6; }
p { color: rgb(186,236,182); }
H1.HeaderClassName
{
color: #BAECB6;
}
.AnyTagClassName
{
color: #BAECB6;
}
</style>
background-color css
<style>
a { background-color: #BAECB6; }
a { background-color: rgb(186,236,182); }
div.DivClassName
{
background-color: #BAECB6;
}
.BgClassName
{
background-color: #BAECB6;
}
</style>
border-color css
<style>
span { border-color: #BAECB6; }
span { border-color: rgb(186,236,182); }
td.TdClassName
{
border-color: #BAECB6;
}
.TagClassName
{
border-color: #BAECB6;
}
</style>