Shades of Mountain Meadow #0BBA86
Tints of Mountain Meadow #0BBA86
RGB
CMYK
RGB Variations
Color information
#0BBA86 (or 0x0BBA86) is known color: Mountain Meadow. HEX triplet: 0B, BA and 86. RGB value is (11,186,134). Sum of RGB (Red+Green+Blue) = 11+186+134=331 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.32% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA86 is #F44579. Grayscale: #7F7F7F. Windows color (decimal): -16008570 or 8829451. OLE color: 8829451.
HSL color Cylindrical-coordinate representation of color #0BBA86: hue angle of 162.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA86 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 134 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.27 |
| HSL | 162.17º | 0.89% | 0.39% | - |
| HSV(B) | 162.17º | 0.94% | 0.73% | - |
| XYZ | 22 | 36.91 | 28.52 | - |
| YUV | 127.75 | 131.52 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 134 | 0.94 | 0 | 0.28 | 0.27 | 162.17 | 0.89 | 0.39 |
| Hex | B | BA | 86 | 5E | 0 | 1C | 1B | A2 | 59 | 27 |
| Octal | 13 | 272 | 206 | 136 | 0 | 34 | 33 | 242 | 131 | 47 |
| Binary | 1011 | 10111010 | 10000110 | 1011110 | 0 | 11100 | 11011 | 10100010 | 1011001 | 100111 |
Color Harmonies of #0BBA86
Complementary color
Monochromatic Colors of #0BBA86
Black with #0BBA86
Text Example
Text Example
White with #0BBA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA86; }
p { color: rgb(11,186,134); }
H1.HeaderClassName
{
color: #0BBA86;
}
.AnyTagClassName
{
color: #0BBA86;
}
</style>
background-color css
<style>
a { background-color: #0BBA86; }
a { background-color: rgb(11,186,134); }
div.DivClassName
{
background-color: #0BBA86;
}
.BgClassName
{
background-color: #0BBA86;
}
</style>
border-color css
<style>
span { border-color: #0BBA86; }
span { border-color: rgb(11,186,134); }
td.TdClassName
{
border-color: #0BBA86;
}
.TagClassName
{
border-color: #0BBA86;
}
</style>