Shades of Mountain Meadow #0BBA81
Tints of Mountain Meadow #0BBA81
RGB
CMYK
RGB Variations
Color information
#0BBA81 (or 0x0BBA81) is known color: Mountain Meadow. HEX triplet: 0B, BA and 81. RGB value is (11,186,129). Sum of RGB (Red+Green+Blue) = 11+186+129=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA81 is #F4457E. Grayscale: #7F7F7F. Windows color (decimal): -16008575 or 8501771. OLE color: 8501771.
HSL color Cylindrical-coordinate representation of color #0BBA81: hue angle of 160.46º 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 #0BBA81 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 129 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.27 |
| HSL | 160.46º | 0.89% | 0.39% | - |
| HSV(B) | 160.46º | 0.94% | 0.73% | - |
| XYZ | 21.66 | 36.77 | 26.73 | - |
| YUV | 127.18 | 129.02 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 129 | 0.94 | 0 | 0.31 | 0.27 | 160.46 | 0.89 | 0.39 |
| Hex | B | BA | 81 | 5E | 0 | 1F | 1B | A0 | 59 | 27 |
| Octal | 13 | 272 | 201 | 136 | 0 | 37 | 33 | 240 | 131 | 47 |
| Binary | 1011 | 10111010 | 10000001 | 1011110 | 0 | 11111 | 11011 | 10100000 | 1011001 | 100111 |
Color Harmonies of #0BBA81
Complementary color
Monochromatic Colors of #0BBA81
Black with #0BBA81
Text Example
Text Example
White with #0BBA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA81; }
p { color: rgb(11,186,129); }
H1.HeaderClassName
{
color: #0BBA81;
}
.AnyTagClassName
{
color: #0BBA81;
}
</style>
background-color css
<style>
a { background-color: #0BBA81; }
a { background-color: rgb(11,186,129); }
div.DivClassName
{
background-color: #0BBA81;
}
.BgClassName
{
background-color: #0BBA81;
}
</style>
border-color css
<style>
span { border-color: #0BBA81; }
span { border-color: rgb(11,186,129); }
td.TdClassName
{
border-color: #0BBA81;
}
.TagClassName
{
border-color: #0BBA81;
}
</style>