Shades of Mountain Meadow #05BA89
Tints of Mountain Meadow #05BA89
RGB
CMYK
RGB Variations
Color information
#05BA89 (or 0x05BA89) is known color: Mountain Meadow. HEX triplet: 05, BA and 89. RGB value is (5,186,137). Sum of RGB (Red+Green+Blue) = 5+186+137=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 137 (53.91% from 255 or 41.77% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BA89 is #FA4576. Grayscale: #7E7E7E. Windows color (decimal): -16401783 or 9026053. OLE color: 9026053.
HSL color Cylindrical-coordinate representation of color #05BA89: hue angle of 163.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BA89 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 5 | 186 | 137 | - |
| CMYK | 0.97 | 0 | 0.26 | 0.27 |
| HSL | 163.76º | 0.95% | 0.37% | - |
| HSV(B) | 163.76º | 0.97% | 0.73% | - |
| XYZ | 22.14 | 36.96 | 29.63 | - |
| YUV | 126.3 | 134.03 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 186 | 137 | 0.97 | 0 | 0.26 | 0.27 | 163.76 | 0.95 | 0.37 |
| Hex | 5 | BA | 89 | 61 | 0 | 1A | 1B | A4 | 5F | 25 |
| Octal | 5 | 272 | 211 | 141 | 0 | 32 | 33 | 244 | 137 | 45 |
| Binary | 101 | 10111010 | 10001001 | 1100001 | 0 | 11010 | 11011 | 10100100 | 1011111 | 100101 |
Color Harmonies of #05BA89
Complementary color
Monochromatic Colors of #05BA89
Black with #05BA89
Text Example
Text Example
White with #05BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BA89; }
p { color: rgb(5,186,137); }
H1.HeaderClassName
{
color: #05BA89;
}
.AnyTagClassName
{
color: #05BA89;
}
</style>
background-color css
<style>
a { background-color: #05BA89; }
a { background-color: rgb(5,186,137); }
div.DivClassName
{
background-color: #05BA89;
}
.BgClassName
{
background-color: #05BA89;
}
</style>
border-color css
<style>
span { border-color: #05BA89; }
span { border-color: rgb(5,186,137); }
td.TdClassName
{
border-color: #05BA89;
}
.TagClassName
{
border-color: #05BA89;
}
</style>