Shades of Mountain Meadow #0BB784
Tints of Mountain Meadow #0BB784
RGB
CMYK
RGB Variations
Color information
#0BB784 (or 0x0BB784) is known color: Mountain Meadow. HEX triplet: 0B, B7 and 84. RGB value is (11,183,132). Sum of RGB (Red+Green+Blue) = 11+183+132=326 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.37% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB784 is #F4487B. Grayscale: #7D7D7D. Windows color (decimal): -16009340 or 8697611. OLE color: 8697611.
HSL color Cylindrical-coordinate representation of color #0BB784: hue angle of 162.21º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB784 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 183 | 132 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.28 |
| HSL | 162.21º | 0.89% | 0.38% | - |
| HSV(B) | 162.21º | 0.94% | 0.72% | - |
| XYZ | 21.24 | 35.6 | 27.58 | - |
| YUV | 125.76 | 131.52 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 132 | 0.94 | 0 | 0.28 | 0.28 | 162.21 | 0.89 | 0.38 |
| Hex | B | B7 | 84 | 5E | 0 | 1C | 1C | A2 | 59 | 26 |
| Octal | 13 | 267 | 204 | 136 | 0 | 34 | 34 | 242 | 131 | 46 |
| Binary | 1011 | 10110111 | 10000100 | 1011110 | 0 | 11100 | 11100 | 10100010 | 1011001 | 100110 |
Color Harmonies of #0BB784
Complementary color
Monochromatic Colors of #0BB784
Black with #0BB784
Text Example
Text Example
White with #0BB784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB784; }
p { color: rgb(11,183,132); }
H1.HeaderClassName
{
color: #0BB784;
}
.AnyTagClassName
{
color: #0BB784;
}
</style>
background-color css
<style>
a { background-color: #0BB784; }
a { background-color: rgb(11,183,132); }
div.DivClassName
{
background-color: #0BB784;
}
.BgClassName
{
background-color: #0BB784;
}
</style>
border-color css
<style>
span { border-color: #0BB784; }
span { border-color: rgb(11,183,132); }
td.TdClassName
{
border-color: #0BB784;
}
.TagClassName
{
border-color: #0BB784;
}
</style>