Shades of Mountain Meadow #00BA84
Tints of Mountain Meadow #00BA84
RGB
CMYK
RGB Variations
Color information
#00BA84 (or 0x00BA84) is known color: Mountain Meadow. HEX triplet: 00, BA and 84. RGB value is (0,186,132). Sum of RGB (Red+Green+Blue) = 0+186+132=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #00BA84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BA84 is #FF457B. Grayscale: #7C7C7C. Windows color (decimal): -16729468 or 8698368. OLE color: 8698368.
HSL color Cylindrical-coordinate representation of color #00BA84: hue angle of 162.58º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BA84 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 186 | 132 | - |
| CMYK | 1 | 0 | 0.29 | 0.27 |
| HSL | 162.58º | 1% | 0.36% | - |
| HSV(B) | 162.58º | 1% | 0.73% | - |
| XYZ | 21.72 | 36.78 | 27.78 | - |
| YUV | 124.23 | 132.38 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 186 | 132 | 1 | 0 | 0.29 | 0.27 | 162.58 | 1 | 0.36 |
| Hex | 0 | BA | 84 | 64 | 0 | 1D | 1B | A3 | 64 | 24 |
| Octal | 0 | 272 | 204 | 144 | 0 | 35 | 33 | 243 | 144 | 44 |
| Binary | 0 | 10111010 | 10000100 | 1100100 | 0 | 11101 | 11011 | 10100011 | 1100100 | 100100 |
Color Harmonies of #00BA84
Complementary color
Monochromatic Colors of #00BA84
Black with #00BA84
Text Example
Text Example
White with #00BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BA84; }
p { color: rgb(0,186,132); }
H1.HeaderClassName
{
color: #00BA84;
}
.AnyTagClassName
{
color: #00BA84;
}
</style>
background-color css
<style>
a { background-color: #00BA84; }
a { background-color: rgb(0,186,132); }
div.DivClassName
{
background-color: #00BA84;
}
.BgClassName
{
background-color: #00BA84;
}
</style>
border-color css
<style>
span { border-color: #00BA84; }
span { border-color: rgb(0,186,132); }
td.TdClassName
{
border-color: #00BA84;
}
.TagClassName
{
border-color: #00BA84;
}
</style>