Html Css Color HEX #828483 Granny Smith

📋 copy color: '#828483'

red 130 ◦ green 132 ◦ blue 131

#828483
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #828483

Tints of Granny Smith #828483

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 value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#828483 (or 0x828483) is known color: 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

RGB 130 132 131 -
CMYK 0.02 0 0.01 0.48
HSL 150º 0.01% 0.51% -
HSV(B) 150º 0.02% 0.52% -
XYZ 21.55 22.89 24.75 -
YUV 131.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 130 132 131 0.02 0 0.01 0.48 150 0.01 0.51
Hex 82 84 83 2 0 1 30 96 1 33
Octal 202 204 203 2 0 1 60 226 1 63
Binary 10000010 10000100 10000011 10 0 1 110000 10010110 1 110011

Color Harmonies of #828483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828483

Black with #828483

Text Example


Text Example

White with #828483

Text Example


Text Example

HTML Codes & Css Web 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>