#828986

Color #828986 Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #828986

Tints of Granny Smith #828986

Color information

#828986 (or 0x828986) is unknown color: approx Granny Smith. HEX triplet: 82, 89 and 86. RGB value is (130,137,134). Sum of RGB (Red+Green+Blue) = 130+137+134=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 137 - color contains mainly: green. Hex color #828986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828986 is #7D7679. Grayscale: #868686. Windows color (decimal): -8222330 or 8817026. OLE color: 8817026.

HSL color Cylindrical-coordinate representation of color #828986: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #828986 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB130137134-
CMYK0.0500.020.46
HSL154.29º2.88%52.35%-
HSV(B)154.29º5.11%53.73%-
XYZ22.4524.3626.07-
YUV134.56127.68124.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 32.42%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 134 (52.73% from 255) = 33.42%
R=32.42%
G=34.16%
B=33.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371340.0500.020.46154.292.8852.35
Hex8289865022E9a334
Octal20221120650256232364
Binary1000001010001001100001101010101011101001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828986; }

 p { color: rgb(130,137,134); }

 H1.HeaderClassName
 {
   color: #828986;
 }
 .AnyTagClassName
 {
   color: #828986;
 }
</style>
background-color css

<style>
 a { background-color: #828986; }

 a { background-color: rgb(130,137,134); }

 div.DivClassName
 {
   background-color: #828986;
 }
 .BgClassName
 {
   background-color: #828986;
 }
</style>
border-color css

<style>
 span { border-color: #828986; }

 span { border-color: rgb(130,137,134); }

 td.TdClassName
 {
   border-color: #828986;
 }
 .TagClassName
 {
   border-color: #828986;
 }
</style>