Shades of Granny Smith #82948B
Tints of Granny Smith #82948B
RGB
CMYK
RGB Variations
Color information
#82948B (or 0x82948B) is known color: Granny Smith. HEX triplet: 82, 94 and 8B. RGB value is (130,148,139). Sum of RGB (Red+Green+Blue) = 130+148+139=417 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.18% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 148 - color contains mainly: green. Hex color #82948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82948B is #7D6B74. Grayscale: #8D8D8D. Windows color (decimal): -8219509 or 9147522. OLE color: 9147522.
HSL color Cylindrical-coordinate representation of color #82948B: hue angle of 150º 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 #82948B is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 148 | 139 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.42 |
| HSL | 150º | 0.08% | 0.55% | - |
| HSV(B) | 150º | 0.12% | 0.58% | - |
| XYZ | 24.46 | 27.79 | 28.5 | - |
| YUV | 141.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 148 | 139 | 0.12 | 0 | 0.06 | 0.42 | 150 | 0.08 | 0.55 |
| Hex | 82 | 94 | 8B | C | 0 | 6 | 2A | 96 | 8 | 37 |
| Octal | 202 | 224 | 213 | 14 | 0 | 6 | 52 | 226 | 10 | 67 |
| Binary | 10000010 | 10010100 | 10001011 | 1100 | 0 | 110 | 101010 | 10010110 | 1000 | 110111 |
Color Harmonies of #82948B
Complementary color
Monochromatic Colors of #82948B
Black with #82948B
Text Example
Text Example
White with #82948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82948B; }
p { color: rgb(130,148,139); }
H1.HeaderClassName
{
color: #82948B;
}
.AnyTagClassName
{
color: #82948B;
}
</style>
background-color css
<style>
a { background-color: #82948B; }
a { background-color: rgb(130,148,139); }
div.DivClassName
{
background-color: #82948B;
}
.BgClassName
{
background-color: #82948B;
}
</style>
border-color css
<style>
span { border-color: #82948B; }
span { border-color: rgb(130,148,139); }
td.TdClassName
{
border-color: #82948B;
}
.TagClassName
{
border-color: #82948B;
}
</style>