Shades of Granny Smith #82948C
Tints of Granny Smith #82948C
RGB
CMYK
RGB Variations
Color information
#82948C (or 0x82948C) is known color: Granny Smith. HEX triplet: 82, 94 and 8C. RGB value is (130,148,140). Sum of RGB (Red+Green+Blue) = 130+148+140=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 148 - color contains mainly: green. Hex color #82948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82948C is #7D6B73. Grayscale: #8D8D8D. Windows color (decimal): -8219508 or 9213058. OLE color: 9213058.
HSL color Cylindrical-coordinate representation of color #82948C: hue angle of 153.33º 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 #82948C is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 148 | 140 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.42 |
| HSL | 153.33º | 0.08% | 0.55% | - |
| HSV(B) | 153.33º | 0.12% | 0.58% | - |
| XYZ | 24.53 | 27.82 | 28.89 | - |
| YUV | 141.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 140 | 0.12 | 0 | 0.05 | 0.42 | 153.33 | 0.08 | 0.55 |
| Hex | 82 | 94 | 8C | C | 0 | 5 | 2A | 99 | 8 | 37 |
| Octal | 202 | 224 | 214 | 14 | 0 | 5 | 52 | 231 | 10 | 67 |
| Binary | 10000010 | 10010100 | 10001100 | 1100 | 0 | 101 | 101010 | 10011001 | 1000 | 110111 |
Color Harmonies of #82948C
Complementary color
Monochromatic Colors of #82948C
Black with #82948C
Text Example
Text Example
White with #82948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82948C; }
p { color: rgb(130,148,140); }
H1.HeaderClassName
{
color: #82948C;
}
.AnyTagClassName
{
color: #82948C;
}
</style>
background-color css
<style>
a { background-color: #82948C; }
a { background-color: rgb(130,148,140); }
div.DivClassName
{
background-color: #82948C;
}
.BgClassName
{
background-color: #82948C;
}
</style>
border-color css
<style>
span { border-color: #82948C; }
span { border-color: rgb(130,148,140); }
td.TdClassName
{
border-color: #82948C;
}
.TagClassName
{
border-color: #82948C;
}
</style>