Shades of Mountain Meadow #09BB85
Tints of Mountain Meadow #09BB85
RGB
CMYK
RGB Variations
Color information
#09BB85 (or 0x09BB85) is known color: Mountain Meadow. HEX triplet: 09, BB and 85. RGB value is (9,187,133). Sum of RGB (Red+Green+Blue) = 9+187+133=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 187 (73.44% from 255 or 56.84% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 187 - color contains mainly: green. Hex color #09BB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BB85 is #F6447A. Grayscale: #7F7F7F. Windows color (decimal): -16139387 or 8764169. OLE color: 8764169.
HSL color Cylindrical-coordinate representation of color #09BB85: hue angle of 161.8º 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 #09BB85 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 9 | 187 | 133 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.27 |
| HSL | 161.8º | 0.91% | 0.38% | - |
| HSV(B) | 161.8º | 0.95% | 0.73% | - |
| XYZ | 22.12 | 37.29 | 28.22 | - |
| YUV | 127.62 | 131.03 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 187 | 133 | 0.95 | 0 | 0.29 | 0.27 | 161.8 | 0.91 | 0.38 |
| Hex | 9 | BB | 85 | 5F | 0 | 1D | 1B | A2 | 5B | 26 |
| Octal | 11 | 273 | 205 | 137 | 0 | 35 | 33 | 242 | 133 | 46 |
| Binary | 1001 | 10111011 | 10000101 | 1011111 | 0 | 11101 | 11011 | 10100010 | 1011011 | 100110 |
Color Harmonies of #09BB85
Complementary color
Monochromatic Colors of #09BB85
Black with #09BB85
Text Example
Text Example
White with #09BB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BB85; }
p { color: rgb(9,187,133); }
H1.HeaderClassName
{
color: #09BB85;
}
.AnyTagClassName
{
color: #09BB85;
}
</style>
background-color css
<style>
a { background-color: #09BB85; }
a { background-color: rgb(9,187,133); }
div.DivClassName
{
background-color: #09BB85;
}
.BgClassName
{
background-color: #09BB85;
}
</style>
border-color css
<style>
span { border-color: #09BB85; }
span { border-color: rgb(9,187,133); }
td.TdClassName
{
border-color: #09BB85;
}
.TagClassName
{
border-color: #09BB85;
}
</style>