Shades of Mountain Meadow #09BC8B
Tints of Mountain Meadow #09BC8B
RGB
CMYK
RGB Variations
Color information
#09BC8B (or 0x09BC8B) is known color: Mountain Meadow. HEX triplet: 09, BC and 8B. RGB value is (9,188,139). Sum of RGB (Red+Green+Blue) = 9+188+139=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #09BC8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BC8B is #F64374. Grayscale: #808080. Windows color (decimal): -16139125 or 9157641. OLE color: 9157641.
HSL color Cylindrical-coordinate representation of color #09BC8B: hue angle of 163.58º 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 #09BC8B is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 188 | 139 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.26 |
| HSL | 163.58º | 0.91% | 0.39% | - |
| HSV(B) | 163.58º | 0.95% | 0.74% | - |
| XYZ | 22.76 | 37.89 | 30.54 | - |
| YUV | 128.89 | 133.7 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 139 | 0.95 | 0 | 0.26 | 0.26 | 163.58 | 0.91 | 0.39 |
| Hex | 9 | BC | 8B | 5F | 0 | 1A | 1A | A4 | 5B | 27 |
| Octal | 11 | 274 | 213 | 137 | 0 | 32 | 32 | 244 | 133 | 47 |
| Binary | 1001 | 10111100 | 10001011 | 1011111 | 0 | 11010 | 11010 | 10100100 | 1011011 | 100111 |
Color Harmonies of #09BC8B
Complementary color
Monochromatic Colors of #09BC8B
Black with #09BC8B
Text Example
Text Example
White with #09BC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BC8B; }
p { color: rgb(9,188,139); }
H1.HeaderClassName
{
color: #09BC8B;
}
.AnyTagClassName
{
color: #09BC8B;
}
</style>
background-color css
<style>
a { background-color: #09BC8B; }
a { background-color: rgb(9,188,139); }
div.DivClassName
{
background-color: #09BC8B;
}
.BgClassName
{
background-color: #09BC8B;
}
</style>
border-color css
<style>
span { border-color: #09BC8B; }
span { border-color: rgb(9,188,139); }
td.TdClassName
{
border-color: #09BC8B;
}
.TagClassName
{
border-color: #09BC8B;
}
</style>