#829480

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

Shades of Stack #829480

Tints of Stack #829480

Color information

#829480 (or 0x829480) is unknown color: approx Stack. HEX triplet: 82, 94 and 80. RGB value is (130,148,128). Sum of RGB (Red+Green+Blue) = 130+148+128=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 148 - color contains mainly: green. Hex color #829480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829480 is #7D6B7F. Grayscale: #8C8C8C. Windows color (decimal): -8219520 or 8426626. OLE color: 8426626.

HSL color Cylindrical-coordinate representation of color #829480: hue angle of 114º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829480 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB130148128-
CMYK0.1200.140.42
HSL114º8.55%54.12%-
HSV(B)114º13.51%58.04%-
XYZ23.6927.4824.48-
YUV140.34121.04120.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.02%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=32.02%
G=36.45%
B=31.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301481280.1200.140.421148.5554.12
Hex829480C0E2A72936
Octal20222420014016521621166
Binary10000010100101001000000011000111010101011100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829480; }

 p { color: rgb(130,148,128); }

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

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

 a { background-color: rgb(130,148,128); }

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

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

 span { border-color: rgb(130,148,128); }

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