Shades of Mountain Meadow #09BC86
Tints of Mountain Meadow #09BC86
RGB
CMYK
RGB Variations
Color information
#09BC86 (or 0x09BC86) is known color: Mountain Meadow. HEX triplet: 09, BC and 86. RGB value is (9,188,134). Sum of RGB (Red+Green+Blue) = 9+188+134=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BC86 is #F64379. Grayscale: #808080. Windows color (decimal): -16139130 or 8829961. OLE color: 8829961.
HSL color Cylindrical-coordinate representation of color #09BC86: hue angle of 161.9º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BC86 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 134 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.26 |
| HSL | 161.9º | 0.91% | 0.39% | - |
| HSV(B) | 161.9º | 0.95% | 0.74% | - |
| XYZ | 22.4 | 37.75 | 28.66 | - |
| YUV | 128.32 | 131.2 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 134 | 0.95 | 0 | 0.29 | 0.26 | 161.9 | 0.91 | 0.39 |
| Hex | 9 | BC | 86 | 5F | 0 | 1D | 1A | A2 | 5B | 27 |
| Octal | 11 | 274 | 206 | 137 | 0 | 35 | 32 | 242 | 133 | 47 |
| Binary | 1001 | 10111100 | 10000110 | 1011111 | 0 | 11101 | 11010 | 10100010 | 1011011 | 100111 |
Color Harmonies of #09BC86
Complementary color
Monochromatic Colors of #09BC86
Black with #09BC86
Text Example
Text Example
White with #09BC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC86; }
p { color: rgb(9,188,134); }
H1.HeaderClassName
{
color: #09BC86;
}
.AnyTagClassName
{
color: #09BC86;
}
</style>
background-color css
<style>
a { background-color: #09BC86; }
a { background-color: rgb(9,188,134); }
div.DivClassName
{
background-color: #09BC86;
}
.BgClassName
{
background-color: #09BC86;
}
</style>
border-color css
<style>
span { border-color: #09BC86; }
span { border-color: rgb(9,188,134); }
td.TdClassName
{
border-color: #09BC86;
}
.TagClassName
{
border-color: #09BC86;
}
</style>