Shades of Granny Smith #83928E
Tints of Granny Smith #83928E
RGB
CMYK
RGB Variations
Color information
#83928E (or 0x83928E) is known color: Granny Smith. HEX triplet: 83, 92 and 8E. RGB value is (131,146,142). Sum of RGB (Red+Green+Blue) = 131+146+142=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 146 - color contains mainly: green. Hex color #83928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83928E is #7C6D71. Grayscale: #8D8D8D. Windows color (decimal): -8154482 or 9343619. OLE color: 9343619.
HSL color Cylindrical-coordinate representation of color #83928E: hue angle of 164º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #83928E is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 146 | 142 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.43 |
| HSL | 164º | 0.06% | 0.54% | - |
| HSV(B) | 164º | 0.1% | 0.57% | - |
| XYZ | 24.52 | 27.34 | 29.58 | - |
| YUV | 141.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 146 | 142 | 0.10 | 0 | 0.03 | 0.43 | 164 | 0.06 | 0.54 |
| Hex | 83 | 92 | 8E | A | 0 | 3 | 2B | A4 | 6 | 36 |
| Octal | 203 | 222 | 216 | 12 | 0 | 3 | 53 | 244 | 6 | 66 |
| Binary | 10000011 | 10010010 | 10001110 | 1010 | 0 | 11 | 101011 | 10100100 | 110 | 110110 |
Color Harmonies of #83928E
Complementary color
Monochromatic Colors of #83928E
Black with #83928E
Text Example
Text Example
White with #83928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83928E; }
p { color: rgb(131,146,142); }
H1.HeaderClassName
{
color: #83928E;
}
.AnyTagClassName
{
color: #83928E;
}
</style>
background-color css
<style>
a { background-color: #83928E; }
a { background-color: rgb(131,146,142); }
div.DivClassName
{
background-color: #83928E;
}
.BgClassName
{
background-color: #83928E;
}
</style>
border-color css
<style>
span { border-color: #83928E; }
span { border-color: rgb(131,146,142); }
td.TdClassName
{
border-color: #83928E;
}
.TagClassName
{
border-color: #83928E;
}
</style>