Shades of Granny Smith #839E96
Tints of Granny Smith #839E96
RGB
CMYK
RGB Variations
Color information
#839E96 (or 0x839E96) is known color: Granny Smith. HEX triplet: 83, 9E and 96. RGB value is (131,158,150). Sum of RGB (Red+Green+Blue) = 131+158+150=439 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.84% from 439); Green value is 158 (62.11% from 255 or 35.99% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 158 - color contains mainly: green. Hex color #839E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839E96 is #7C6169. Grayscale: #959595. Windows color (decimal): -8151402 or 9870979. OLE color: 9870979.
HSL color Cylindrical-coordinate representation of color #839E96: hue angle of 162.22º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839E96 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 158 | 150 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.38 |
| HSL | 162.22º | 0.12% | 0.57% | - |
| HSV(B) | 162.22º | 0.17% | 0.62% | - |
| XYZ | 27.09 | 31.48 | 33.5 | - |
| YUV | 149.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 158 | 150 | 0.17 | 0 | 0.05 | 0.38 | 162.22 | 0.12 | 0.57 |
| Hex | 83 | 9E | 96 | 11 | 0 | 5 | 26 | A2 | C | 39 |
| Octal | 203 | 236 | 226 | 21 | 0 | 5 | 46 | 242 | 14 | 71 |
| Binary | 10000011 | 10011110 | 10010110 | 10001 | 0 | 101 | 100110 | 10100010 | 1100 | 111001 |
Color Harmonies of #839E96
Complementary color
Monochromatic Colors of #839E96
Black with #839E96
Text Example
Text Example
White with #839E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839E96; }
p { color: rgb(131,158,150); }
H1.HeaderClassName
{
color: #839E96;
}
.AnyTagClassName
{
color: #839E96;
}
</style>
background-color css
<style>
a { background-color: #839E96; }
a { background-color: rgb(131,158,150); }
div.DivClassName
{
background-color: #839E96;
}
.BgClassName
{
background-color: #839E96;
}
</style>
border-color css
<style>
span { border-color: #839E96; }
span { border-color: rgb(131,158,150); }
td.TdClassName
{
border-color: #839E96;
}
.TagClassName
{
border-color: #839E96;
}
</style>