Shades of Mountain Meadow #08BA84
Tints of Mountain Meadow #08BA84
RGB
CMYK
RGB Variations
Color information
#08BA84 (or 0x08BA84) is known color: Mountain Meadow. HEX triplet: 08, BA and 84. RGB value is (8,186,132). Sum of RGB (Red+Green+Blue) = 8+186+132=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BA84 is #F7457B. Grayscale: #7E7E7E. Windows color (decimal): -16205180 or 8698376. OLE color: 8698376.
HSL color Cylindrical-coordinate representation of color #08BA84: hue angle of 161.8º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA84 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 186 | 132 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.27 |
| HSL | 161.8º | 0.92% | 0.38% | - |
| HSV(B) | 161.8º | 0.96% | 0.73% | - |
| XYZ | 21.82 | 36.84 | 27.79 | - |
| YUV | 126.62 | 131.03 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 186 | 132 | 0.96 | 0 | 0.29 | 0.27 | 161.8 | 0.92 | 0.38 |
| Hex | 8 | BA | 84 | 60 | 0 | 1D | 1B | A2 | 5C | 26 |
| Octal | 10 | 272 | 204 | 140 | 0 | 35 | 33 | 242 | 134 | 46 |
| Binary | 1000 | 10111010 | 10000100 | 1100000 | 0 | 11101 | 11011 | 10100010 | 1011100 | 100110 |
Color Harmonies of #08BA84
Complementary color
Monochromatic Colors of #08BA84
Black with #08BA84
Text Example
Text Example
White with #08BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BA84; }
p { color: rgb(8,186,132); }
H1.HeaderClassName
{
color: #08BA84;
}
.AnyTagClassName
{
color: #08BA84;
}
</style>
background-color css
<style>
a { background-color: #08BA84; }
a { background-color: rgb(8,186,132); }
div.DivClassName
{
background-color: #08BA84;
}
.BgClassName
{
background-color: #08BA84;
}
</style>
border-color css
<style>
span { border-color: #08BA84; }
span { border-color: rgb(8,186,132); }
td.TdClassName
{
border-color: #08BA84;
}
.TagClassName
{
border-color: #08BA84;
}
</style>