Shades of Mountain Meadow #0BB98B
Tints of Mountain Meadow #0BB98B
RGB
CMYK
RGB Variations
Color information
#0BB98B (or 0x0BB98B) is known color: Mountain Meadow. HEX triplet: 0B, B9 and 8B. RGB value is (11,185,139). Sum of RGB (Red+Green+Blue) = 11+185+139=335 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.28% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB98B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB98B is #F44674. Grayscale: #7F7F7F. Windows color (decimal): -16008821 or 9156875. OLE color: 9156875.
HSL color Cylindrical-coordinate representation of color #0BB98B: hue angle of 164.14º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB98B is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 139 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.27 |
| HSL | 164.14º | 0.89% | 0.38% | - |
| HSV(B) | 164.14º | 0.94% | 0.73% | - |
| XYZ | 22.15 | 36.63 | 30.33 | - |
| YUV | 127.73 | 134.35 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 139 | 0.94 | 0 | 0.25 | 0.27 | 164.14 | 0.89 | 0.38 |
| Hex | B | B9 | 8B | 5E | 0 | 19 | 1B | A4 | 59 | 26 |
| Octal | 13 | 271 | 213 | 136 | 0 | 31 | 33 | 244 | 131 | 46 |
| Binary | 1011 | 10111001 | 10001011 | 1011110 | 0 | 11001 | 11011 | 10100100 | 1011001 | 100110 |
Color Harmonies of #0BB98B
Complementary color
Monochromatic Colors of #0BB98B
Black with #0BB98B
Text Example
Text Example
White with #0BB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB98B; }
p { color: rgb(11,185,139); }
H1.HeaderClassName
{
color: #0BB98B;
}
.AnyTagClassName
{
color: #0BB98B;
}
</style>
background-color css
<style>
a { background-color: #0BB98B; }
a { background-color: rgb(11,185,139); }
div.DivClassName
{
background-color: #0BB98B;
}
.BgClassName
{
background-color: #0BB98B;
}
</style>
border-color css
<style>
span { border-color: #0BB98B; }
span { border-color: rgb(11,185,139); }
td.TdClassName
{
border-color: #0BB98B;
}
.TagClassName
{
border-color: #0BB98B;
}
</style>