Shades of Granny Smith #82938C
Tints of Granny Smith #82938C
RGB
CMYK
RGB Variations
Color information
#82938C (or 0x82938C) is known color: Granny Smith. HEX triplet: 82, 93 and 8C. RGB value is (130,147,140). Sum of RGB (Red+Green+Blue) = 130+147+140=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #82938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82938C is #7D6C73. Grayscale: #8D8D8D. Windows color (decimal): -8219764 or 9212802. OLE color: 9212802.
HSL color Cylindrical-coordinate representation of color #82938C: hue angle of 155.29º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #82938C is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 147 | 140 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.42 |
| HSL | 155.29º | 0.07% | 0.54% | - |
| HSV(B) | 155.29º | 0.12% | 0.58% | - |
| XYZ | 24.37 | 27.51 | 28.84 | - |
| YUV | 141.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 147 | 140 | 0.12 | 0 | 0.05 | 0.42 | 155.29 | 0.07 | 0.54 |
| Hex | 82 | 93 | 8C | C | 0 | 5 | 2A | 9B | 7 | 36 |
| Octal | 202 | 223 | 214 | 14 | 0 | 5 | 52 | 233 | 7 | 66 |
| Binary | 10000010 | 10010011 | 10001100 | 1100 | 0 | 101 | 101010 | 10011011 | 111 | 110110 |
Color Harmonies of #82938C
Complementary color
Monochromatic Colors of #82938C
Black with #82938C
Text Example
Text Example
White with #82938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82938C; }
p { color: rgb(130,147,140); }
H1.HeaderClassName
{
color: #82938C;
}
.AnyTagClassName
{
color: #82938C;
}
</style>
background-color css
<style>
a { background-color: #82938C; }
a { background-color: rgb(130,147,140); }
div.DivClassName
{
background-color: #82938C;
}
.BgClassName
{
background-color: #82938C;
}
</style>
border-color css
<style>
span { border-color: #82938C; }
span { border-color: rgb(130,147,140); }
td.TdClassName
{
border-color: #82938C;
}
.TagClassName
{
border-color: #82938C;
}
</style>