Shades of Mountain Meadow #0BBF89
Tints of Mountain Meadow #0BBF89
RGB
CMYK
RGB Variations
Color information
#0BBF89 (or 0x0BBF89) is known color: Mountain Meadow. HEX triplet: 0B, BF and 89. RGB value is (11,191,137). Sum of RGB (Red+Green+Blue) = 11+191+137=339 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBF89 is #F44076. Grayscale: #838383. Windows color (decimal): -16007287 or 9027339. OLE color: 9027339.
HSL color Cylindrical-coordinate representation of color #0BBF89: hue angle of 162º 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 #0BBF89 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 137 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.25 |
| HSL | 162º | 0.89% | 0.4% | - |
| HSV(B) | 162º | 0.94% | 0.75% | - |
| XYZ | 23.28 | 39.14 | 29.99 | - |
| YUV | 131.02 | 131.37 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 137 | 0.94 | 0 | 0.28 | 0.25 | 162 | 0.89 | 0.4 |
| Hex | B | BF | 89 | 5E | 0 | 1C | 19 | A2 | 59 | 28 |
| Octal | 13 | 277 | 211 | 136 | 0 | 34 | 31 | 242 | 131 | 50 |
| Binary | 1011 | 10111111 | 10001001 | 1011110 | 0 | 11100 | 11001 | 10100010 | 1011001 | 101000 |
Color Harmonies of #0BBF89
Complementary color
Monochromatic Colors of #0BBF89
Black with #0BBF89
Text Example
Text Example
White with #0BBF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBF89; }
p { color: rgb(11,191,137); }
H1.HeaderClassName
{
color: #0BBF89;
}
.AnyTagClassName
{
color: #0BBF89;
}
</style>
background-color css
<style>
a { background-color: #0BBF89; }
a { background-color: rgb(11,191,137); }
div.DivClassName
{
background-color: #0BBF89;
}
.BgClassName
{
background-color: #0BBF89;
}
</style>
border-color css
<style>
span { border-color: #0BBF89; }
span { border-color: rgb(11,191,137); }
td.TdClassName
{
border-color: #0BBF89;
}
.TagClassName
{
border-color: #0BBF89;
}
</style>