Shades of Granny Smith #839C93
Tints of Granny Smith #839C93
RGB
CMYK
RGB Variations
Color information
#839C93 (or 0x839C93) is known color: Granny Smith. HEX triplet: 83, 9C and 93. RGB value is (131,156,147). Sum of RGB (Red+Green+Blue) = 131+156+147=434 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.18% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 156 - color contains mainly: green. Hex color #839C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839C93 is #7C636C. Grayscale: #939393. Windows color (decimal): -8151917 or 9673859. OLE color: 9673859.
HSL color Cylindrical-coordinate representation of color #839C93: hue angle of 158.4º 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 #839C93 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 156 | 147 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.39 |
| HSL | 158.4º | 0.11% | 0.56% | - |
| HSV(B) | 158.4º | 0.16% | 0.61% | - |
| XYZ | 26.52 | 30.71 | 32.13 | - |
| YUV | 147.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 147 | 0.16 | 0 | 0.06 | 0.39 | 158.4 | 0.11 | 0.56 |
| Hex | 83 | 9C | 93 | 10 | 0 | 6 | 27 | 9E | B | 38 |
| Octal | 203 | 234 | 223 | 20 | 0 | 6 | 47 | 236 | 13 | 70 |
| Binary | 10000011 | 10011100 | 10010011 | 10000 | 0 | 110 | 100111 | 10011110 | 1011 | 111000 |
Color Harmonies of #839C93
Complementary color
Monochromatic Colors of #839C93
Black with #839C93
Text Example
Text Example
White with #839C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839C93; }
p { color: rgb(131,156,147); }
H1.HeaderClassName
{
color: #839C93;
}
.AnyTagClassName
{
color: #839C93;
}
</style>
background-color css
<style>
a { background-color: #839C93; }
a { background-color: rgb(131,156,147); }
div.DivClassName
{
background-color: #839C93;
}
.BgClassName
{
background-color: #839C93;
}
</style>
border-color css
<style>
span { border-color: #839C93; }
span { border-color: rgb(131,156,147); }
td.TdClassName
{
border-color: #839C93;
}
.TagClassName
{
border-color: #839C93;
}
</style>