Shades of Moss Green #BAE8B7
Tints of Moss Green #BAE8B7
RGB
CMYK
RGB Variations
Color information
#BAE8B7 (or 0xBAE8B7) is known color: Moss Green. HEX triplet: BA, E8 and B7. RGB value is (186,232,183). Sum of RGB (Red+Green+Blue) = 186+232+183=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8B7 is #451748. Grayscale: #D4D4D4. Windows color (decimal): -4527945 or 12052666. OLE color: 12052666.
HSL color Cylindrical-coordinate representation of color #BAE8B7: hue angle of 116.33º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAE8B7 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 183 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.09 |
| HSL | 116.33º | 0.52% | 0.81% | - |
| HSV(B) | 116.33º | 0.21% | 0.91% | - |
| XYZ | 57.65 | 71.57 | 55.58 | - |
| YUV | 212.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 183 | 0.20 | 0 | 0.21 | 0.09 | 116.33 | 0.52 | 0.81 |
| Hex | BA | E8 | B7 | 14 | 0 | 15 | 9 | 74 | 34 | 51 |
| Octal | 272 | 350 | 267 | 24 | 0 | 25 | 11 | 164 | 64 | 121 |
| Binary | 10111010 | 11101000 | 10110111 | 10100 | 0 | 10101 | 1001 | 1110100 | 110100 | 1010001 |
Color Harmonies of #BAE8B7
Complementary color
Monochromatic Colors of #BAE8B7
Black with #BAE8B7
Text Example
Text Example
White with #BAE8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8B7; }
p { color: rgb(186,232,183); }
H1.HeaderClassName
{
color: #BAE8B7;
}
.AnyTagClassName
{
color: #BAE8B7;
}
</style>
background-color css
<style>
a { background-color: #BAE8B7; }
a { background-color: rgb(186,232,183); }
div.DivClassName
{
background-color: #BAE8B7;
}
.BgClassName
{
background-color: #BAE8B7;
}
</style>
border-color css
<style>
span { border-color: #BAE8B7; }
span { border-color: rgb(186,232,183); }
td.TdClassName
{
border-color: #BAE8B7;
}
.TagClassName
{
border-color: #BAE8B7;
}
</style>