Shades of Mountain Meadow #0BBA7D
Tints of Mountain Meadow #0BBA7D
RGB
CMYK
RGB Variations
Color information
#0BBA7D (or 0x0BBA7D) is known color: Mountain Meadow. HEX triplet: 0B, BA and 7D. RGB value is (11,186,125). Sum of RGB (Red+Green+Blue) = 11+186+125=322 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.42% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBA7D is #F44582. Grayscale: #7E7E7E. Windows color (decimal): -16008579 or 8239627. OLE color: 8239627.
HSL color Cylindrical-coordinate representation of color #0BBA7D: hue angle of 159.09º 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 #0BBA7D is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 186 | 125 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.27 |
| HSL | 159.09º | 0.89% | 0.39% | - |
| HSV(B) | 159.09º | 0.94% | 0.73% | - |
| XYZ | 21.4 | 36.67 | 25.35 | - |
| YUV | 126.72 | 127.02 | 45.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 186 | 125 | 0.94 | 0 | 0.33 | 0.27 | 159.09 | 0.89 | 0.39 |
| Hex | B | BA | 7D | 5E | 0 | 21 | 1B | 9F | 59 | 27 |
| Octal | 13 | 272 | 175 | 136 | 0 | 41 | 33 | 237 | 131 | 47 |
| Binary | 1011 | 10111010 | 1111101 | 1011110 | 0 | 100001 | 11011 | 10011111 | 1011001 | 100111 |
Color Harmonies of #0BBA7D
Complementary color
Monochromatic Colors of #0BBA7D
Black with #0BBA7D
Text Example
Text Example
White with #0BBA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBA7D; }
p { color: rgb(11,186,125); }
H1.HeaderClassName
{
color: #0BBA7D;
}
.AnyTagClassName
{
color: #0BBA7D;
}
</style>
background-color css
<style>
a { background-color: #0BBA7D; }
a { background-color: rgb(11,186,125); }
div.DivClassName
{
background-color: #0BBA7D;
}
.BgClassName
{
background-color: #0BBA7D;
}
</style>
border-color css
<style>
span { border-color: #0BBA7D; }
span { border-color: rgb(11,186,125); }
td.TdClassName
{
border-color: #0BBA7D;
}
.TagClassName
{
border-color: #0BBA7D;
}
</style>