Shades of Mountain Meadow #0BBB83
Tints of Mountain Meadow #0BBB83
RGB
CMYK
RGB Variations
Color information
#0BBB83 (or 0x0BBB83) is known color: Mountain Meadow. HEX triplet: 0B, BB and 83. RGB value is (11,187,131). Sum of RGB (Red+Green+Blue) = 11+187+131=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBB83 is #F4447C. Grayscale: #808080. Windows color (decimal): -16008317 or 8633099. OLE color: 8633099.
HSL color Cylindrical-coordinate representation of color #0BBB83: hue angle of 160.91º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBB83 is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 131 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.27 |
| HSL | 160.91º | 0.89% | 0.39% | - |
| HSV(B) | 160.91º | 0.94% | 0.73% | - |
| XYZ | 22.01 | 37.25 | 27.5 | - |
| YUV | 127.99 | 129.69 | 44.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 131 | 0.94 | 0 | 0.30 | 0.27 | 160.91 | 0.89 | 0.39 |
| Hex | B | BB | 83 | 5E | 0 | 1E | 1B | A1 | 59 | 27 |
| Octal | 13 | 273 | 203 | 136 | 0 | 36 | 33 | 241 | 131 | 47 |
| Binary | 1011 | 10111011 | 10000011 | 1011110 | 0 | 11110 | 11011 | 10100001 | 1011001 | 100111 |
Color Harmonies of #0BBB83
Complementary color
Monochromatic Colors of #0BBB83
Black with #0BBB83
Text Example
Text Example
White with #0BBB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB83; }
p { color: rgb(11,187,131); }
H1.HeaderClassName
{
color: #0BBB83;
}
.AnyTagClassName
{
color: #0BBB83;
}
</style>
background-color css
<style>
a { background-color: #0BBB83; }
a { background-color: rgb(11,187,131); }
div.DivClassName
{
background-color: #0BBB83;
}
.BgClassName
{
background-color: #0BBB83;
}
</style>
border-color css
<style>
span { border-color: #0BBB83; }
span { border-color: rgb(11,187,131); }
td.TdClassName
{
border-color: #0BBB83;
}
.TagClassName
{
border-color: #0BBB83;
}
</style>