Shades of Mountain Meadow #0BC189
Tints of Mountain Meadow #0BC189
RGB
CMYK
RGB Variations
Color information
#0BC189 (or 0x0BC189) is known color: Mountain Meadow. HEX triplet: 0B, C1 and 89. RGB value is (11,193,137). Sum of RGB (Red+Green+Blue) = 11+193+137=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #0BC189 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC189 is #F43E76. Grayscale: #848484. Windows color (decimal): -16006775 or 9027851. OLE color: 9027851.
HSL color Cylindrical-coordinate representation of color #0BC189: hue angle of 161.54º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC189 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 11 | 193 | 137 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.24 |
| HSL | 161.54º | 0.89% | 0.4% | - |
| HSV(B) | 161.54º | 0.94% | 0.76% | - |
| XYZ | 23.72 | 40.02 | 30.14 | - |
| YUV | 132.2 | 130.7 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 193 | 137 | 0.94 | 0 | 0.29 | 0.24 | 161.54 | 0.89 | 0.4 |
| Hex | B | C1 | 89 | 5E | 0 | 1D | 18 | A2 | 59 | 28 |
| Octal | 13 | 301 | 211 | 136 | 0 | 35 | 30 | 242 | 131 | 50 |
| Binary | 1011 | 11000001 | 10001001 | 1011110 | 0 | 11101 | 11000 | 10100010 | 1011001 | 101000 |
Color Harmonies of #0BC189
Complementary color
Monochromatic Colors of #0BC189
Black with #0BC189
Text Example
Text Example
White with #0BC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC189; }
p { color: rgb(11,193,137); }
H1.HeaderClassName
{
color: #0BC189;
}
.AnyTagClassName
{
color: #0BC189;
}
</style>
background-color css
<style>
a { background-color: #0BC189; }
a { background-color: rgb(11,193,137); }
div.DivClassName
{
background-color: #0BC189;
}
.BgClassName
{
background-color: #0BC189;
}
</style>
border-color css
<style>
span { border-color: #0BC189; }
span { border-color: rgb(11,193,137); }
td.TdClassName
{
border-color: #0BC189;
}
.TagClassName
{
border-color: #0BC189;
}
</style>