Shades of Mountain Meadow #09BB86
Tints of Mountain Meadow #09BB86
RGB
CMYK
RGB Variations
Color information
#09BB86 (or 0x09BB86) is known color: Mountain Meadow. HEX triplet: 09, BB and 86. RGB value is (9,187,134). Sum of RGB (Red+Green+Blue) = 9+187+134=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BB86 is #F64479. Grayscale: #7F7F7F. Windows color (decimal): -16139386 or 8829705. OLE color: 8829705.
HSL color Cylindrical-coordinate representation of color #09BB86: hue angle of 162.13º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BB86 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 187 | 134 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.27 |
| HSL | 162.13º | 0.91% | 0.38% | - |
| HSV(B) | 162.13º | 0.95% | 0.73% | - |
| XYZ | 22.19 | 37.32 | 28.59 | - |
| YUV | 127.74 | 131.53 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 134 | 0.95 | 0 | 0.28 | 0.27 | 162.13 | 0.91 | 0.38 |
| Hex | 9 | BB | 86 | 5F | 0 | 1C | 1B | A2 | 5B | 26 |
| Octal | 11 | 273 | 206 | 137 | 0 | 34 | 33 | 242 | 133 | 46 |
| Binary | 1001 | 10111011 | 10000110 | 1011111 | 0 | 11100 | 11011 | 10100010 | 1011011 | 100110 |
Color Harmonies of #09BB86
Complementary color
Monochromatic Colors of #09BB86
Black with #09BB86
Text Example
Text Example
White with #09BB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BB86; }
p { color: rgb(9,187,134); }
H1.HeaderClassName
{
color: #09BB86;
}
.AnyTagClassName
{
color: #09BB86;
}
</style>
background-color css
<style>
a { background-color: #09BB86; }
a { background-color: rgb(9,187,134); }
div.DivClassName
{
background-color: #09BB86;
}
.BgClassName
{
background-color: #09BB86;
}
</style>
border-color css
<style>
span { border-color: #09BB86; }
span { border-color: rgb(9,187,134); }
td.TdClassName
{
border-color: #09BB86;
}
.TagClassName
{
border-color: #09BB86;
}
</style>