Shades of Moss Green #BAEDB7
Tints of Moss Green #BAEDB7
RGB
CMYK
RGB Variations
Color information
#BAEDB7 (or 0xBAEDB7) is known color: Moss Green. HEX triplet: BA, ED and B7. RGB value is (186,237,183). Sum of RGB (Red+Green+Blue) = 186+237+183=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDB7 is #451248. Grayscale: #D7D7D7. Windows color (decimal): -4526665 or 12053946. OLE color: 12053946.
HSL color Cylindrical-coordinate representation of color #BAEDB7: hue angle of 116.67º degrees, saturation: 0.6, 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 #BAEDB7 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 237 | 183 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.07 |
| HSL | 116.67º | 0.6% | 0.82% | - |
| HSV(B) | 116.67º | 0.23% | 0.93% | - |
| XYZ | 59.08 | 74.43 | 56.05 | - |
| YUV | 215.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 237 | 183 | 0.22 | 0 | 0.23 | 0.07 | 116.67 | 0.6 | 0.82 |
| Hex | BA | ED | B7 | 16 | 0 | 17 | 7 | 75 | 3C | 52 |
| Octal | 272 | 355 | 267 | 26 | 0 | 27 | 7 | 165 | 74 | 122 |
| Binary | 10111010 | 11101101 | 10110111 | 10110 | 0 | 10111 | 111 | 1110101 | 111100 | 1010010 |
Color Harmonies of #BAEDB7
Complementary color
Monochromatic Colors of #BAEDB7
Black with #BAEDB7
Text Example
Text Example
White with #BAEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEDB7; }
p { color: rgb(186,237,183); }
H1.HeaderClassName
{
color: #BAEDB7;
}
.AnyTagClassName
{
color: #BAEDB7;
}
</style>
background-color css
<style>
a { background-color: #BAEDB7; }
a { background-color: rgb(186,237,183); }
div.DivClassName
{
background-color: #BAEDB7;
}
.BgClassName
{
background-color: #BAEDB7;
}
</style>
border-color css
<style>
span { border-color: #BAEDB7; }
span { border-color: rgb(186,237,183); }
td.TdClassName
{
border-color: #BAEDB7;
}
.TagClassName
{
border-color: #BAEDB7;
}
</style>