Shades of Granny Smith #83998E
Tints of Granny Smith #83998E
RGB
CMYK
RGB Variations
Color information
#83998E (or 0x83998E) is known color: Granny Smith. HEX triplet: 83, 99 and 8E. RGB value is (131,153,142). Sum of RGB (Red+Green+Blue) = 131+153+142=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #83998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83998E is #7C6671. Grayscale: #919191. Windows color (decimal): -8152690 or 9345411. OLE color: 9345411.
HSL color Cylindrical-coordinate representation of color #83998E: hue angle of 150º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83998E is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 153 | 142 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.4 |
| HSL | 150º | 0.1% | 0.56% | - |
| HSV(B) | 150º | 0.14% | 0.6% | - |
| XYZ | 25.63 | 29.56 | 29.95 | - |
| YUV | 145.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 153 | 142 | 0.14 | 0 | 0.07 | 0.4 | 150 | 0.1 | 0.56 |
| Hex | 83 | 99 | 8E | E | 0 | 7 | 28 | 96 | A | 38 |
| Octal | 203 | 231 | 216 | 16 | 0 | 7 | 50 | 226 | 12 | 70 |
| Binary | 10000011 | 10011001 | 10001110 | 1110 | 0 | 111 | 101000 | 10010110 | 1010 | 111000 |
Color Harmonies of #83998E
Complementary color
Monochromatic Colors of #83998E
Black with #83998E
Text Example
Text Example
White with #83998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83998E; }
p { color: rgb(131,153,142); }
H1.HeaderClassName
{
color: #83998E;
}
.AnyTagClassName
{
color: #83998E;
}
</style>
background-color css
<style>
a { background-color: #83998E; }
a { background-color: rgb(131,153,142); }
div.DivClassName
{
background-color: #83998E;
}
.BgClassName
{
background-color: #83998E;
}
</style>
border-color css
<style>
span { border-color: #83998E; }
span { border-color: rgb(131,153,142); }
td.TdClassName
{
border-color: #83998E;
}
.TagClassName
{
border-color: #83998E;
}
</style>