Shades of Moss Green #BAE5B6
Tints of Moss Green #BAE5B6
RGB
CMYK
RGB Variations
Color information
#BAE5B6 (or 0xBAE5B6) is known color: Moss Green. HEX triplet: BA, E5 and B6. RGB value is (186,229,182). Sum of RGB (Red+Green+Blue) = 186+229+182=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5B6 is #451A49. Grayscale: #D2D2D2. Windows color (decimal): -4528714 or 11986362. OLE color: 11986362.
HSL color Cylindrical-coordinate representation of color #BAE5B6: hue angle of 114.89º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE5B6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 182 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.10 |
| HSL | 114.89º | 0.47% | 0.81% | - |
| HSV(B) | 114.89º | 0.21% | 0.9% | - |
| XYZ | 56.71 | 69.86 | 54.75 | - |
| YUV | 210.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 182 | 0.19 | 0 | 0.21 | 0.10 | 114.89 | 0.47 | 0.81 |
| Hex | BA | E5 | B6 | 13 | 0 | 15 | A | 73 | 2F | 51 |
| Octal | 272 | 345 | 266 | 23 | 0 | 25 | 12 | 163 | 57 | 121 |
| Binary | 10111010 | 11100101 | 10110110 | 10011 | 0 | 10101 | 1010 | 1110011 | 101111 | 1010001 |
Color Harmonies of #BAE5B6
Complementary color
Monochromatic Colors of #BAE5B6
Black with #BAE5B6
Text Example
Text Example
White with #BAE5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5B6; }
p { color: rgb(186,229,182); }
H1.HeaderClassName
{
color: #BAE5B6;
}
.AnyTagClassName
{
color: #BAE5B6;
}
</style>
background-color css
<style>
a { background-color: #BAE5B6; }
a { background-color: rgb(186,229,182); }
div.DivClassName
{
background-color: #BAE5B6;
}
.BgClassName
{
background-color: #BAE5B6;
}
</style>
border-color css
<style>
span { border-color: #BAE5B6; }
span { border-color: rgb(186,229,182); }
td.TdClassName
{
border-color: #BAE5B6;
}
.TagClassName
{
border-color: #BAE5B6;
}
</style>