Shades of Granny Smith #828584
Tints of Granny Smith #828584
RGB
CMYK
RGB Variations
Color information
#828584 (or 0x828584) is known color: Granny Smith. HEX triplet: 82, 85 and 84. RGB value is (130,133,132). Sum of RGB (Red+Green+Blue) = 130+133+132=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 133 - color contains mainly: green. Hex color #828584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828584 is #7D7A7B. Grayscale: #838383. Windows color (decimal): -8223356 or 8684930. OLE color: 8684930.
HSL color Cylindrical-coordinate representation of color #828584: hue angle of 160º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828584 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 133 | 132 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.48 |
| HSL | 160º | 0.01% | 0.52% | - |
| HSV(B) | 160º | 0.02% | 0.52% | - |
| XYZ | 21.76 | 23.19 | 25.16 | - |
| YUV | 131.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 132 | 0.02 | 0 | 0.01 | 0.48 | 160 | 0.01 | 0.52 |
| Hex | 82 | 85 | 84 | 2 | 0 | 1 | 30 | A0 | 1 | 34 |
| Octal | 202 | 205 | 204 | 2 | 0 | 1 | 60 | 240 | 1 | 64 |
| Binary | 10000010 | 10000101 | 10000100 | 10 | 0 | 1 | 110000 | 10100000 | 1 | 110100 |
Color Harmonies of #828584
Complementary color
Monochromatic Colors of #828584
Black with #828584
Text Example
Text Example
White with #828584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828584; }
p { color: rgb(130,133,132); }
H1.HeaderClassName
{
color: #828584;
}
.AnyTagClassName
{
color: #828584;
}
</style>
background-color css
<style>
a { background-color: #828584; }
a { background-color: rgb(130,133,132); }
div.DivClassName
{
background-color: #828584;
}
.BgClassName
{
background-color: #828584;
}
</style>
border-color css
<style>
span { border-color: #828584; }
span { border-color: rgb(130,133,132); }
td.TdClassName
{
border-color: #828584;
}
.TagClassName
{
border-color: #828584;
}
</style>