Shades of Granny Smith #839C96
Tints of Granny Smith #839C96
RGB
CMYK
RGB Variations
Color information
#839C96 (or 0x839C96) is known color: Granny Smith. HEX triplet: 83, 9C and 96. RGB value is (131,156,150). Sum of RGB (Red+Green+Blue) = 131+156+150=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 156 - color contains mainly: green. Hex color #839C96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839C96 is #7C6369. Grayscale: #939393. Windows color (decimal): -8151914 or 9870467. OLE color: 9870467.
HSL color Cylindrical-coordinate representation of color #839C96: hue angle of 165.6º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #839C96 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 156 | 150 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.39 |
| HSL | 165.6º | 0.11% | 0.56% | - |
| HSV(B) | 165.6º | 0.16% | 0.61% | - |
| XYZ | 26.75 | 30.8 | 33.39 | - |
| YUV | 147.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 150 | 0.16 | 0 | 0.04 | 0.39 | 165.6 | 0.11 | 0.56 |
| Hex | 83 | 9C | 96 | 10 | 0 | 4 | 27 | A6 | B | 38 |
| Octal | 203 | 234 | 226 | 20 | 0 | 4 | 47 | 246 | 13 | 70 |
| Binary | 10000011 | 10011100 | 10010110 | 10000 | 0 | 100 | 100111 | 10100110 | 1011 | 111000 |
Color Harmonies of #839C96
Complementary color
Monochromatic Colors of #839C96
Black with #839C96
Text Example
Text Example
White with #839C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839C96; }
p { color: rgb(131,156,150); }
H1.HeaderClassName
{
color: #839C96;
}
.AnyTagClassName
{
color: #839C96;
}
</style>
background-color css
<style>
a { background-color: #839C96; }
a { background-color: rgb(131,156,150); }
div.DivClassName
{
background-color: #839C96;
}
.BgClassName
{
background-color: #839C96;
}
</style>
border-color css
<style>
span { border-color: #839C96; }
span { border-color: rgb(131,156,150); }
td.TdClassName
{
border-color: #839C96;
}
.TagClassName
{
border-color: #839C96;
}
</style>