Shades of Moss Green #BAEAB6
Tints of Moss Green #BAEAB6
RGB
CMYK
RGB Variations
Color information
#BAEAB6 (or 0xBAEAB6) is known color: Moss Green. HEX triplet: BA, EA and B6. RGB value is (186,234,182). Sum of RGB (Red+Green+Blue) = 186+234+182=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 234 (91.80% from 255 or 38.87% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAB6 is #451549. Grayscale: #D5D5D5. Windows color (decimal): -4527434 or 11987642. OLE color: 11987642.
HSL color Cylindrical-coordinate representation of color #BAEAB6: hue angle of 115.38º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEAB6 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 182 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.08 |
| HSL | 115.38º | 0.55% | 0.82% | - |
| HSV(B) | 115.38º | 0.22% | 0.92% | - |
| XYZ | 58.12 | 72.66 | 55.22 | - |
| YUV | 213.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 182 | 0.21 | 0 | 0.22 | 0.08 | 115.38 | 0.55 | 0.82 |
| Hex | BA | EA | B6 | 15 | 0 | 16 | 8 | 73 | 37 | 52 |
| Octal | 272 | 352 | 266 | 25 | 0 | 26 | 10 | 163 | 67 | 122 |
| Binary | 10111010 | 11101010 | 10110110 | 10101 | 0 | 10110 | 1000 | 1110011 | 110111 | 1010010 |
Color Harmonies of #BAEAB6
Complementary color
Monochromatic Colors of #BAEAB6
Black with #BAEAB6
Text Example
Text Example
White with #BAEAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEAB6; }
p { color: rgb(186,234,182); }
H1.HeaderClassName
{
color: #BAEAB6;
}
.AnyTagClassName
{
color: #BAEAB6;
}
</style>
background-color css
<style>
a { background-color: #BAEAB6; }
a { background-color: rgb(186,234,182); }
div.DivClassName
{
background-color: #BAEAB6;
}
.BgClassName
{
background-color: #BAEAB6;
}
</style>
border-color css
<style>
span { border-color: #BAEAB6; }
span { border-color: rgb(186,234,182); }
td.TdClassName
{
border-color: #BAEAB6;
}
.TagClassName
{
border-color: #BAEAB6;
}
</style>