Shades of Moss Green #BAE6B8
Tints of Moss Green #BAE6B8
RGB
CMYK
RGB Variations
Color information
#BAE6B8 (or 0xBAE6B8) is known color: Moss Green. HEX triplet: BA, E6 and B8. RGB value is (186,230,184). Sum of RGB (Red+Green+Blue) = 186+230+184=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6B8 is #451947. Grayscale: #D3D3D3. Windows color (decimal): -4528456 or 12117690. OLE color: 12117690.
HSL color Cylindrical-coordinate representation of color #BAE6B8: hue angle of 117.39º degrees, saturation: 0.48, 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 #BAE6B8 is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 184 | - |
| CMYK | 0.19 | 0 | 0.2 | 0.10 |
| HSL | 117.39º | 0.48% | 0.81% | - |
| HSV(B) | 117.39º | 0.2% | 0.9% | - |
| XYZ | 57.2 | 70.49 | 55.94 | - |
| YUV | 211.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 184 | 0.19 | 0 | 0.2 | 0.10 | 117.39 | 0.48 | 0.81 |
| Hex | BA | E6 | B8 | 13 | 0 | 14 | A | 75 | 30 | 51 |
| Octal | 272 | 346 | 270 | 23 | 0 | 24 | 12 | 165 | 60 | 121 |
| Binary | 10111010 | 11100110 | 10111000 | 10011 | 0 | 10100 | 1010 | 1110101 | 110000 | 1010001 |
Color Harmonies of #BAE6B8
Complementary color
Monochromatic Colors of #BAE6B8
Black with #BAE6B8
Text Example
Text Example
White with #BAE6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6B8; }
p { color: rgb(186,230,184); }
H1.HeaderClassName
{
color: #BAE6B8;
}
.AnyTagClassName
{
color: #BAE6B8;
}
</style>
background-color css
<style>
a { background-color: #BAE6B8; }
a { background-color: rgb(186,230,184); }
div.DivClassName
{
background-color: #BAE6B8;
}
.BgClassName
{
background-color: #BAE6B8;
}
</style>
border-color css
<style>
span { border-color: #BAE6B8; }
span { border-color: rgb(186,230,184); }
td.TdClassName
{
border-color: #BAE6B8;
}
.TagClassName
{
border-color: #BAE6B8;
}
</style>