Shades of Mountain Meadow #0BBC89
Tints of Mountain Meadow #0BBC89
RGB
CMYK
RGB Variations
Color information
#0BBC89 (or 0x0BBC89) is known color: Mountain Meadow. HEX triplet: 0B, BC and 89. RGB value is (11,188,137). Sum of RGB (Red+Green+Blue) = 11+188+137=336 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.27% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #0BBC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBC89 is #F44376. Grayscale: #818181. Windows color (decimal): -16008055 or 9026571. OLE color: 9026571.
HSL color Cylindrical-coordinate representation of color #0BBC89: hue angle of 162.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBC89 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 188 | 137 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.26 |
| HSL | 162.71º | 0.89% | 0.39% | - |
| HSV(B) | 162.71º | 0.94% | 0.74% | - |
| XYZ | 22.64 | 37.84 | 29.78 | - |
| YUV | 129.26 | 132.36 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 188 | 137 | 0.94 | 0 | 0.27 | 0.26 | 162.71 | 0.89 | 0.39 |
| Hex | B | BC | 89 | 5E | 0 | 1B | 1A | A3 | 59 | 27 |
| Octal | 13 | 274 | 211 | 136 | 0 | 33 | 32 | 243 | 131 | 47 |
| Binary | 1011 | 10111100 | 10001001 | 1011110 | 0 | 11011 | 11010 | 10100011 | 1011001 | 100111 |
Color Harmonies of #0BBC89
Complementary color
Monochromatic Colors of #0BBC89
Black with #0BBC89
Text Example
Text Example
White with #0BBC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBC89; }
p { color: rgb(11,188,137); }
H1.HeaderClassName
{
color: #0BBC89;
}
.AnyTagClassName
{
color: #0BBC89;
}
</style>
background-color css
<style>
a { background-color: #0BBC89; }
a { background-color: rgb(11,188,137); }
div.DivClassName
{
background-color: #0BBC89;
}
.BgClassName
{
background-color: #0BBC89;
}
</style>
border-color css
<style>
span { border-color: #0BBC89; }
span { border-color: rgb(11,188,137); }
td.TdClassName
{
border-color: #0BBC89;
}
.TagClassName
{
border-color: #0BBC89;
}
</style>