Shades of Mountain Meadow #0BA883
Tints of Mountain Meadow #0BA883
RGB
CMYK
RGB Variations
Color information
#0BA883 (or 0x0BA883) is known color: Mountain Meadow. HEX triplet: 0B, A8 and 83. RGB value is (11,168,131). Sum of RGB (Red+Green+Blue) = 11+168+131=310 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.55% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA883 is #F4577C. Grayscale: #747474. Windows color (decimal): -16013181 or 8628235. OLE color: 8628235.
HSL color Cylindrical-coordinate representation of color #0BA883: hue angle of 165.86º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA883 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 168 | 131 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.34 |
| HSL | 165.86º | 0.88% | 0.35% | - |
| HSV(B) | 165.86º | 0.93% | 0.66% | - |
| XYZ | 18.24 | 29.72 | 26.25 | - |
| YUV | 116.84 | 135.99 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 131 | 0.93 | 0 | 0.22 | 0.34 | 165.86 | 0.88 | 0.35 |
| Hex | B | A8 | 83 | 5D | 0 | 16 | 22 | A6 | 58 | 23 |
| Octal | 13 | 250 | 203 | 135 | 0 | 26 | 42 | 246 | 130 | 43 |
| Binary | 1011 | 10101000 | 10000011 | 1011101 | 0 | 10110 | 100010 | 10100110 | 1011000 | 100011 |
Color Harmonies of #0BA883
Complementary color
Monochromatic Colors of #0BA883
Black with #0BA883
Text Example
Text Example
White with #0BA883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA883; }
p { color: rgb(11,168,131); }
H1.HeaderClassName
{
color: #0BA883;
}
.AnyTagClassName
{
color: #0BA883;
}
</style>
background-color css
<style>
a { background-color: #0BA883; }
a { background-color: rgb(11,168,131); }
div.DivClassName
{
background-color: #0BA883;
}
.BgClassName
{
background-color: #0BA883;
}
</style>
border-color css
<style>
span { border-color: #0BA883; }
span { border-color: rgb(11,168,131); }
td.TdClassName
{
border-color: #0BA883;
}
.TagClassName
{
border-color: #0BA883;
}
</style>