Shades of Moss Green #BAE6B6
Tints of Moss Green #BAE6B6
RGB
CMYK
RGB Variations
Color information
#BAE6B6 (or 0xBAE6B6) is known color: Moss Green. HEX triplet: BA, E6 and B6. RGB value is (186,230,182). Sum of RGB (Red+Green+Blue) = 186+230+182=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6B6 is #451949. Grayscale: #D3D3D3. Windows color (decimal): -4528458 or 11986618. OLE color: 11986618.
HSL color Cylindrical-coordinate representation of color #BAE6B6: hue angle of 115º degrees, saturation: 0.49, 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 #BAE6B6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 182 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.10 |
| HSL | 115º | 0.49% | 0.81% | - |
| HSV(B) | 115º | 0.21% | 0.9% | - |
| XYZ | 56.99 | 70.41 | 54.84 | - |
| YUV | 211.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 182 | 0.19 | 0 | 0.21 | 0.10 | 115 | 0.49 | 0.81 |
| Hex | BA | E6 | B6 | 13 | 0 | 15 | A | 73 | 31 | 51 |
| Octal | 272 | 346 | 266 | 23 | 0 | 25 | 12 | 163 | 61 | 121 |
| Binary | 10111010 | 11100110 | 10110110 | 10011 | 0 | 10101 | 1010 | 1110011 | 110001 | 1010001 |
Color Harmonies of #BAE6B6
Complementary color
Monochromatic Colors of #BAE6B6
Black with #BAE6B6
Text Example
Text Example
White with #BAE6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE6B6; }
p { color: rgb(186,230,182); }
H1.HeaderClassName
{
color: #BAE6B6;
}
.AnyTagClassName
{
color: #BAE6B6;
}
</style>
background-color css
<style>
a { background-color: #BAE6B6; }
a { background-color: rgb(186,230,182); }
div.DivClassName
{
background-color: #BAE6B6;
}
.BgClassName
{
background-color: #BAE6B6;
}
</style>
border-color css
<style>
span { border-color: #BAE6B6; }
span { border-color: rgb(186,230,182); }
td.TdClassName
{
border-color: #BAE6B6;
}
.TagClassName
{
border-color: #BAE6B6;
}
</style>