Shades of Mountain Meadow #0BB589
Tints of Mountain Meadow #0BB589
RGB
CMYK
RGB Variations
Color information
#0BB589 (or 0x0BB589) is known color: Mountain Meadow. HEX triplet: 0B, B5 and 89. RGB value is (11,181,137). Sum of RGB (Red+Green+Blue) = 11+181+137=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB589 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB589 is #F44A76. Grayscale: #7D7D7D. Windows color (decimal): -16009847 or 9024779. OLE color: 9024779.
HSL color Cylindrical-coordinate representation of color #0BB589: hue angle of 164.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB589 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 181 | 137 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.29 |
| HSL | 164.47º | 0.89% | 0.38% | - |
| HSV(B) | 164.47º | 0.94% | 0.71% | - |
| XYZ | 21.18 | 34.93 | 29.29 | - |
| YUV | 125.15 | 134.68 | 46.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 181 | 137 | 0.94 | 0 | 0.24 | 0.29 | 164.47 | 0.89 | 0.38 |
| Hex | B | B5 | 89 | 5E | 0 | 18 | 1D | A4 | 59 | 26 |
| Octal | 13 | 265 | 211 | 136 | 0 | 30 | 35 | 244 | 131 | 46 |
| Binary | 1011 | 10110101 | 10001001 | 1011110 | 0 | 11000 | 11101 | 10100100 | 1011001 | 100110 |
Color Harmonies of #0BB589
Complementary color
Monochromatic Colors of #0BB589
Black with #0BB589
Text Example
Text Example
White with #0BB589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB589; }
p { color: rgb(11,181,137); }
H1.HeaderClassName
{
color: #0BB589;
}
.AnyTagClassName
{
color: #0BB589;
}
</style>
background-color css
<style>
a { background-color: #0BB589; }
a { background-color: rgb(11,181,137); }
div.DivClassName
{
background-color: #0BB589;
}
.BgClassName
{
background-color: #0BB589;
}
</style>
border-color css
<style>
span { border-color: #0BB589; }
span { border-color: rgb(11,181,137); }
td.TdClassName
{
border-color: #0BB589;
}
.TagClassName
{
border-color: #0BB589;
}
</style>