Shades of Moss Green #BAE8B6
Tints of Moss Green #BAE8B6
RGB
CMYK
RGB Variations
Color information
#BAE8B6 (or 0xBAE8B6) is known color: Moss Green. HEX triplet: BA, E8 and B6. RGB value is (186,232,182). Sum of RGB (Red+Green+Blue) = 186+232+182=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 182 (71.48% from 255 or 30.33% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8B6 is #451749. Grayscale: #D4D4D4. Windows color (decimal): -4527946 or 11987130. OLE color: 11987130.
HSL color Cylindrical-coordinate representation of color #BAE8B6: hue angle of 115.2º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAE8B6 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 182 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.09 |
| HSL | 115.2º | 0.52% | 0.81% | - |
| HSV(B) | 115.2º | 0.22% | 0.91% | - |
| XYZ | 57.55 | 71.53 | 55.03 | - |
| YUV | 212.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 182 | 0.20 | 0 | 0.22 | 0.09 | 115.2 | 0.52 | 0.81 |
| Hex | BA | E8 | B6 | 14 | 0 | 16 | 9 | 73 | 34 | 51 |
| Octal | 272 | 350 | 266 | 24 | 0 | 26 | 11 | 163 | 64 | 121 |
| Binary | 10111010 | 11101000 | 10110110 | 10100 | 0 | 10110 | 1001 | 1110011 | 110100 | 1010001 |
Color Harmonies of #BAE8B6
Complementary color
Monochromatic Colors of #BAE8B6
Black with #BAE8B6
Text Example
Text Example
White with #BAE8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8B6; }
p { color: rgb(186,232,182); }
H1.HeaderClassName
{
color: #BAE8B6;
}
.AnyTagClassName
{
color: #BAE8B6;
}
</style>
background-color css
<style>
a { background-color: #BAE8B6; }
a { background-color: rgb(186,232,182); }
div.DivClassName
{
background-color: #BAE8B6;
}
.BgClassName
{
background-color: #BAE8B6;
}
</style>
border-color css
<style>
span { border-color: #BAE8B6; }
span { border-color: rgb(186,232,182); }
td.TdClassName
{
border-color: #BAE8B6;
}
.TagClassName
{
border-color: #BAE8B6;
}
</style>