Shades of Granny Smith #83918A
Tints of Granny Smith #83918A
RGB
CMYK
RGB Variations
Color information
#83918A (or 0x83918A) is known color: Granny Smith. HEX triplet: 83, 91 and 8A. RGB value is (131,145,138). Sum of RGB (Red+Green+Blue) = 131+145+138=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #83918A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83918A is #7C6E75. Grayscale: #8C8C8C. Windows color (decimal): -8154742 or 9081219. OLE color: 9081219.
HSL color Cylindrical-coordinate representation of color #83918A: hue angle of 150º 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 #83918A is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 145 | 138 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.43 |
| HSL | 150º | 0.06% | 0.54% | - |
| HSV(B) | 150º | 0.1% | 0.57% | - |
| XYZ | 24.07 | 26.91 | 27.97 | - |
| YUV | 140.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 145 | 138 | 0.10 | 0 | 0.05 | 0.43 | 150 | 0.06 | 0.54 |
| Hex | 83 | 91 | 8A | A | 0 | 5 | 2B | 96 | 6 | 36 |
| Octal | 203 | 221 | 212 | 12 | 0 | 5 | 53 | 226 | 6 | 66 |
| Binary | 10000011 | 10010001 | 10001010 | 1010 | 0 | 101 | 101011 | 10010110 | 110 | 110110 |
Color Harmonies of #83918A
Complementary color
Monochromatic Colors of #83918A
Black with #83918A
Text Example
Text Example
White with #83918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83918A; }
p { color: rgb(131,145,138); }
H1.HeaderClassName
{
color: #83918A;
}
.AnyTagClassName
{
color: #83918A;
}
</style>
background-color css
<style>
a { background-color: #83918A; }
a { background-color: rgb(131,145,138); }
div.DivClassName
{
background-color: #83918A;
}
.BgClassName
{
background-color: #83918A;
}
</style>
border-color css
<style>
span { border-color: #83918A; }
span { border-color: rgb(131,145,138); }
td.TdClassName
{
border-color: #83918A;
}
.TagClassName
{
border-color: #83918A;
}
</style>