Shades of Moss Green #BAE5B7
Tints of Moss Green #BAE5B7
RGB
CMYK
RGB Variations
Color information
#BAE5B7 (or 0xBAE5B7) is known color: Moss Green. HEX triplet: BA, E5 and B7. RGB value is (186,229,183). Sum of RGB (Red+Green+Blue) = 186+229+183=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5B7 is #451A48. Grayscale: #D3D3D3. Windows color (decimal): -4528713 or 12051898. OLE color: 12051898.
HSL color Cylindrical-coordinate representation of color #BAE5B7: hue angle of 116.09º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE5B7 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 183 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.10 |
| HSL | 116.09º | 0.47% | 0.81% | - |
| HSV(B) | 116.09º | 0.2% | 0.9% | - |
| XYZ | 56.82 | 69.9 | 55.3 | - |
| YUV | 210.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 183 | 0.19 | 0 | 0.20 | 0.10 | 116.09 | 0.47 | 0.81 |
| Hex | BA | E5 | B7 | 13 | 0 | 14 | A | 74 | 2F | 51 |
| Octal | 272 | 345 | 267 | 23 | 0 | 24 | 12 | 164 | 57 | 121 |
| Binary | 10111010 | 11100101 | 10110111 | 10011 | 0 | 10100 | 1010 | 1110100 | 101111 | 1010001 |
Color Harmonies of #BAE5B7
Complementary color
Monochromatic Colors of #BAE5B7
Black with #BAE5B7
Text Example
Text Example
White with #BAE5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5B7; }
p { color: rgb(186,229,183); }
H1.HeaderClassName
{
color: #BAE5B7;
}
.AnyTagClassName
{
color: #BAE5B7;
}
</style>
background-color css
<style>
a { background-color: #BAE5B7; }
a { background-color: rgb(186,229,183); }
div.DivClassName
{
background-color: #BAE5B7;
}
.BgClassName
{
background-color: #BAE5B7;
}
</style>
border-color css
<style>
span { border-color: #BAE5B7; }
span { border-color: rgb(186,229,183); }
td.TdClassName
{
border-color: #BAE5B7;
}
.TagClassName
{
border-color: #BAE5B7;
}
</style>