Shades of Moss Green #BAEEB7
Tints of Moss Green #BAEEB7
RGB
CMYK
RGB Variations
Color information
#BAEEB7 (or 0xBAEEB7) is known color: Moss Green. HEX triplet: BA, EE and B7. RGB value is (186,238,183). Sum of RGB (Red+Green+Blue) = 186+238+183=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEB7 is #451148. Grayscale: #D8D8D8. Windows color (decimal): -4526409 or 12054202. OLE color: 12054202.
HSL color Cylindrical-coordinate representation of color #BAEEB7: hue angle of 116.73º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEEB7 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 183 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.07 |
| HSL | 116.73º | 0.62% | 0.83% | - |
| HSV(B) | 116.73º | 0.23% | 0.93% | - |
| XYZ | 59.37 | 75.01 | 56.15 | - |
| YUV | 216.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 183 | 0.22 | 0 | 0.23 | 0.07 | 116.73 | 0.62 | 0.83 |
| Hex | BA | EE | B7 | 16 | 0 | 17 | 7 | 75 | 3E | 53 |
| Octal | 272 | 356 | 267 | 26 | 0 | 27 | 7 | 165 | 76 | 123 |
| Binary | 10111010 | 11101110 | 10110111 | 10110 | 0 | 10111 | 111 | 1110101 | 111110 | 1010011 |
Color Harmonies of #BAEEB7
Complementary color
Monochromatic Colors of #BAEEB7
Black with #BAEEB7
Text Example
Text Example
White with #BAEEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEB7; }
p { color: rgb(186,238,183); }
H1.HeaderClassName
{
color: #BAEEB7;
}
.AnyTagClassName
{
color: #BAEEB7;
}
</style>
background-color css
<style>
a { background-color: #BAEEB7; }
a { background-color: rgb(186,238,183); }
div.DivClassName
{
background-color: #BAEEB7;
}
.BgClassName
{
background-color: #BAEEB7;
}
</style>
border-color css
<style>
span { border-color: #BAEEB7; }
span { border-color: rgb(186,238,183); }
td.TdClassName
{
border-color: #BAEEB7;
}
.TagClassName
{
border-color: #BAEEB7;
}
</style>