Shades of Mountain Meadow #11B796
Tints of Mountain Meadow #11B796
RGB
CMYK
RGB Variations
Color information
#11B796 (or 0x11B796) is known color: Mountain Meadow. HEX triplet: 11, B7 and 96. RGB value is (17,183,150). Sum of RGB (Red+Green+Blue) = 17+183+150=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 183 (71.88% from 255 or 52.29% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 183 - color contains mainly: green. Hex color #11B796 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B796 is #EE4869. Grayscale: #818181. Windows color (decimal): -15616106 or 9877265. OLE color: 9877265.
HSL color Cylindrical-coordinate representation of color #11B796: hue angle of 168.07º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B796 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 183 | 150 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.28 |
| HSL | 168.07º | 0.83% | 0.39% | - |
| HSV(B) | 168.07º | 0.91% | 0.72% | - |
| XYZ | 22.67 | 36.19 | 34.64 | - |
| YUV | 129.6 | 139.5 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 183 | 150 | 0.91 | 0 | 0.18 | 0.28 | 168.07 | 0.83 | 0.39 |
| Hex | 11 | B7 | 96 | 5B | 0 | 12 | 1C | A8 | 53 | 27 |
| Octal | 21 | 267 | 226 | 133 | 0 | 22 | 34 | 250 | 123 | 47 |
| Binary | 10001 | 10110111 | 10010110 | 1011011 | 0 | 10010 | 11100 | 10101000 | 1010011 | 100111 |
Color Harmonies of #11B796
Complementary color
Monochromatic Colors of #11B796
Black with #11B796
Text Example
Text Example
White with #11B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B796; }
p { color: rgb(17,183,150); }
H1.HeaderClassName
{
color: #11B796;
}
.AnyTagClassName
{
color: #11B796;
}
</style>
background-color css
<style>
a { background-color: #11B796; }
a { background-color: rgb(17,183,150); }
div.DivClassName
{
background-color: #11B796;
}
.BgClassName
{
background-color: #11B796;
}
</style>
border-color css
<style>
span { border-color: #11B796; }
span { border-color: rgb(17,183,150); }
td.TdClassName
{
border-color: #11B796;
}
.TagClassName
{
border-color: #11B796;
}
</style>