Shades of Mountain Meadow #01BA86
Tints of Mountain Meadow #01BA86
RGB
CMYK
RGB Variations
Color information
#01BA86 (or 0x01BA86) is known color: Mountain Meadow. HEX triplet: 01, BA and 86. RGB value is (1,186,134). Sum of RGB (Red+Green+Blue) = 1+186+134=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #01BA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BA86 is #FE4579. Grayscale: #7C7C7C. Windows color (decimal): -16663930 or 8829441. OLE color: 8829441.
HSL color Cylindrical-coordinate representation of color #01BA86: hue angle of 163.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BA86 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 186 | 134 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.27 |
| HSL | 163.14º | 0.99% | 0.37% | - |
| HSV(B) | 163.14º | 0.99% | 0.73% | - |
| XYZ | 21.87 | 36.85 | 28.51 | - |
| YUV | 124.76 | 133.21 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 186 | 134 | 0.99 | 0 | 0.28 | 0.27 | 163.14 | 0.99 | 0.37 |
| Hex | 1 | BA | 86 | 63 | 0 | 1C | 1B | A3 | 63 | 25 |
| Octal | 1 | 272 | 206 | 143 | 0 | 34 | 33 | 243 | 143 | 45 |
| Binary | 1 | 10111010 | 10000110 | 1100011 | 0 | 11100 | 11011 | 10100011 | 1100011 | 100101 |
Color Harmonies of #01BA86
Complementary color
Monochromatic Colors of #01BA86
Black with #01BA86
Text Example
Text Example
White with #01BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BA86; }
p { color: rgb(1,186,134); }
H1.HeaderClassName
{
color: #01BA86;
}
.AnyTagClassName
{
color: #01BA86;
}
</style>
background-color css
<style>
a { background-color: #01BA86; }
a { background-color: rgb(1,186,134); }
div.DivClassName
{
background-color: #01BA86;
}
.BgClassName
{
background-color: #01BA86;
}
</style>
border-color css
<style>
span { border-color: #01BA86; }
span { border-color: rgb(1,186,134); }
td.TdClassName
{
border-color: #01BA86;
}
.TagClassName
{
border-color: #01BA86;
}
</style>