Shades of Granny Smith #82988C
Tints of Granny Smith #82988C
RGB
CMYK
RGB Variations
Color information
#82988C (or 0x82988C) is known color: Granny Smith. HEX triplet: 82, 98 and 8C. RGB value is (130,152,140). Sum of RGB (Red+Green+Blue) = 130+152+140=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #82988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82988C is #7D6773. Grayscale: #909090. Windows color (decimal): -8218484 or 9214082. OLE color: 9214082.
HSL color Cylindrical-coordinate representation of color #82988C: hue angle of 147.27º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #82988C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 140 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.40 |
| HSL | 147.27º | 0.1% | 0.55% | - |
| HSV(B) | 147.27º | 0.14% | 0.6% | - |
| XYZ | 25.17 | 29.1 | 29.1 | - |
| YUV | 144.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 140 | 0.14 | 0 | 0.08 | 0.40 | 147.27 | 0.1 | 0.55 |
| Hex | 82 | 98 | 8C | E | 0 | 8 | 28 | 93 | A | 37 |
| Octal | 202 | 230 | 214 | 16 | 0 | 10 | 50 | 223 | 12 | 67 |
| Binary | 10000010 | 10011000 | 10001100 | 1110 | 0 | 1000 | 101000 | 10010011 | 1010 | 110111 |
Color Harmonies of #82988C
Complementary color
Monochromatic Colors of #82988C
Black with #82988C
Text Example
Text Example
White with #82988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82988C; }
p { color: rgb(130,152,140); }
H1.HeaderClassName
{
color: #82988C;
}
.AnyTagClassName
{
color: #82988C;
}
</style>
background-color css
<style>
a { background-color: #82988C; }
a { background-color: rgb(130,152,140); }
div.DivClassName
{
background-color: #82988C;
}
.BgClassName
{
background-color: #82988C;
}
</style>
border-color css
<style>
span { border-color: #82988C; }
span { border-color: rgb(130,152,140); }
td.TdClassName
{
border-color: #82988C;
}
.TagClassName
{
border-color: #82988C;
}
</style>