Shades of Mountain Meadow #0BC086
Tints of Mountain Meadow #0BC086
RGB
CMYK
RGB Variations
Color information
#0BC086 (or 0x0BC086) is known color: Mountain Meadow. HEX triplet: 0B, C0 and 86. RGB value is (11,192,134). Sum of RGB (Red+Green+Blue) = 11+192+134=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC086 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC086 is #F43F79. Grayscale: #838383. Windows color (decimal): -16007034 or 8830987. OLE color: 8830987.
HSL color Cylindrical-coordinate representation of color #0BC086: hue angle of 160.77º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC086 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 134 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.25 |
| HSL | 160.77º | 0.89% | 0.4% | - |
| HSV(B) | 160.77º | 0.94% | 0.75% | - |
| XYZ | 23.29 | 39.49 | 28.95 | - |
| YUV | 131.27 | 129.53 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 134 | 0.94 | 0 | 0.30 | 0.25 | 160.77 | 0.89 | 0.4 |
| Hex | B | C0 | 86 | 5E | 0 | 1E | 19 | A1 | 59 | 28 |
| Octal | 13 | 300 | 206 | 136 | 0 | 36 | 31 | 241 | 131 | 50 |
| Binary | 1011 | 11000000 | 10000110 | 1011110 | 0 | 11110 | 11001 | 10100001 | 1011001 | 101000 |
Color Harmonies of #0BC086
Complementary color
Monochromatic Colors of #0BC086
Black with #0BC086
Text Example
Text Example
White with #0BC086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC086; }
p { color: rgb(11,192,134); }
H1.HeaderClassName
{
color: #0BC086;
}
.AnyTagClassName
{
color: #0BC086;
}
</style>
background-color css
<style>
a { background-color: #0BC086; }
a { background-color: rgb(11,192,134); }
div.DivClassName
{
background-color: #0BC086;
}
.BgClassName
{
background-color: #0BC086;
}
</style>
border-color css
<style>
span { border-color: #0BC086; }
span { border-color: rgb(11,192,134); }
td.TdClassName
{
border-color: #0BC086;
}
.TagClassName
{
border-color: #0BC086;
}
</style>