Shades of Mountain Meadow #06BA84
Tints of Mountain Meadow #06BA84
RGB
CMYK
RGB Variations
Color information
#06BA84 (or 0x06BA84) is known color: Mountain Meadow. HEX triplet: 06, BA and 84. RGB value is (6,186,132). Sum of RGB (Red+Green+Blue) = 6+186+132=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #06BA84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BA84 is #F9457B. Grayscale: #7E7E7E. Windows color (decimal): -16336252 or 8698374. OLE color: 8698374.
HSL color Cylindrical-coordinate representation of color #06BA84: hue angle of 162º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BA84 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 186 | 132 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.27 |
| HSL | 162º | 0.94% | 0.38% | - |
| HSV(B) | 162º | 0.97% | 0.73% | - |
| XYZ | 21.8 | 36.82 | 27.79 | - |
| YUV | 126.02 | 131.37 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 186 | 132 | 0.97 | 0 | 0.29 | 0.27 | 162 | 0.94 | 0.38 |
| Hex | 6 | BA | 84 | 61 | 0 | 1D | 1B | A2 | 5E | 26 |
| Octal | 6 | 272 | 204 | 141 | 0 | 35 | 33 | 242 | 136 | 46 |
| Binary | 110 | 10111010 | 10000100 | 1100001 | 0 | 11101 | 11011 | 10100010 | 1011110 | 100110 |
Color Harmonies of #06BA84
Complementary color
Monochromatic Colors of #06BA84
Black with #06BA84
Text Example
Text Example
White with #06BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BA84; }
p { color: rgb(6,186,132); }
H1.HeaderClassName
{
color: #06BA84;
}
.AnyTagClassName
{
color: #06BA84;
}
</style>
background-color css
<style>
a { background-color: #06BA84; }
a { background-color: rgb(6,186,132); }
div.DivClassName
{
background-color: #06BA84;
}
.BgClassName
{
background-color: #06BA84;
}
</style>
border-color css
<style>
span { border-color: #06BA84; }
span { border-color: rgb(6,186,132); }
td.TdClassName
{
border-color: #06BA84;
}
.TagClassName
{
border-color: #06BA84;
}
</style>