#828483

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

Shades of Granny Smith #828483

Tints of Granny Smith #828483

Color information

#828483 (or 0x828483) is unknown color: approx Granny Smith. HEX triplet: 82, 84 and 83. RGB value is (130,132,131). Sum of RGB (Red+Green+Blue) = 130+132+131=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 132 - color contains mainly: green. Hex color #828483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828483 is #7D7B7C. Grayscale: #838383. Windows color (decimal): -8223613 or 8619138. OLE color: 8619138.

HSL color Cylindrical-coordinate representation of color #828483: hue angle of 150º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828483 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB130132131-
CMYK0.0200.010.48
HSL150º0.81%51.37%-
HSV(B)150º1.52%51.76%-
XYZ21.5522.8924.75-
YUV131.29127.84127.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=33.08%
G=33.59%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301321310.0200.010.481500.8151.37
Hex8284832013096133
Octal20220420320160226163
Binary1000001010000100100000111001110000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828483; }

 p { color: rgb(130,132,131); }

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

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

 a { background-color: rgb(130,132,131); }

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

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

 span { border-color: rgb(130,132,131); }

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