Shades of Moss Green #BAE9B7
Tints of Moss Green #BAE9B7
RGB
CMYK
RGB Variations
Color information
#BAE9B7 (or 0xBAE9B7) is known color: Moss Green. HEX triplet: BA, E9 and B7. RGB value is (186,233,183). Sum of RGB (Red+Green+Blue) = 186+233+183=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9B7 is #451648. Grayscale: #D5D5D5. Windows color (decimal): -4527689 or 12052922. OLE color: 12052922.
HSL color Cylindrical-coordinate representation of color #BAE9B7: hue angle of 116.4º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE9B7 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 183 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.09 |
| HSL | 116.4º | 0.53% | 0.82% | - |
| HSV(B) | 116.4º | 0.21% | 0.91% | - |
| XYZ | 57.94 | 72.14 | 55.67 | - |
| YUV | 213.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 183 | 0.20 | 0 | 0.21 | 0.09 | 116.4 | 0.53 | 0.82 |
| Hex | BA | E9 | B7 | 14 | 0 | 15 | 9 | 74 | 35 | 52 |
| Octal | 272 | 351 | 267 | 24 | 0 | 25 | 11 | 164 | 65 | 122 |
| Binary | 10111010 | 11101001 | 10110111 | 10100 | 0 | 10101 | 1001 | 1110100 | 110101 | 1010010 |
Color Harmonies of #BAE9B7
Complementary color
Monochromatic Colors of #BAE9B7
Black with #BAE9B7
Text Example
Text Example
White with #BAE9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9B7; }
p { color: rgb(186,233,183); }
H1.HeaderClassName
{
color: #BAE9B7;
}
.AnyTagClassName
{
color: #BAE9B7;
}
</style>
background-color css
<style>
a { background-color: #BAE9B7; }
a { background-color: rgb(186,233,183); }
div.DivClassName
{
background-color: #BAE9B7;
}
.BgClassName
{
background-color: #BAE9B7;
}
</style>
border-color css
<style>
span { border-color: #BAE9B7; }
span { border-color: rgb(186,233,183); }
td.TdClassName
{
border-color: #BAE9B7;
}
.TagClassName
{
border-color: #BAE9B7;
}
</style>