Shades of Granny Smith #83958C
Tints of Granny Smith #83958C
RGB
CMYK
RGB Variations
Color information
#83958C (or 0x83958C) is known color: Granny Smith. HEX triplet: 83, 95 and 8C. RGB value is (131,149,140). Sum of RGB (Red+Green+Blue) = 131+149+140=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #83958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83958C is #7C6A73. Grayscale: #8E8E8E. Windows color (decimal): -8153716 or 9213315. OLE color: 9213315.
HSL color Cylindrical-coordinate representation of color #83958C: hue angle of 150º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83958C is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 140 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.42 |
| HSL | 150º | 0.08% | 0.55% | - |
| HSV(B) | 150º | 0.12% | 0.58% | - |
| XYZ | 24.84 | 28.21 | 28.95 | - |
| YUV | 142.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 140 | 0.12 | 0 | 0.06 | 0.42 | 150 | 0.08 | 0.55 |
| Hex | 83 | 95 | 8C | C | 0 | 6 | 2A | 96 | 8 | 37 |
| Octal | 203 | 225 | 214 | 14 | 0 | 6 | 52 | 226 | 10 | 67 |
| Binary | 10000011 | 10010101 | 10001100 | 1100 | 0 | 110 | 101010 | 10010110 | 1000 | 110111 |
Color Harmonies of #83958C
Complementary color
Monochromatic Colors of #83958C
Black with #83958C
Text Example
Text Example
White with #83958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83958C; }
p { color: rgb(131,149,140); }
H1.HeaderClassName
{
color: #83958C;
}
.AnyTagClassName
{
color: #83958C;
}
</style>
background-color css
<style>
a { background-color: #83958C; }
a { background-color: rgb(131,149,140); }
div.DivClassName
{
background-color: #83958C;
}
.BgClassName
{
background-color: #83958C;
}
</style>
border-color css
<style>
span { border-color: #83958C; }
span { border-color: rgb(131,149,140); }
td.TdClassName
{
border-color: #83958C;
}
.TagClassName
{
border-color: #83958C;
}
</style>