#829980

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

Shades of Stack #829980

Tints of Stack #829980

Color information

#829980 (or 0x829980) is unknown color: approx Stack. HEX triplet: 82, 99 and 80. RGB value is (130,153,128). Sum of RGB (Red+Green+Blue) = 130+153+128=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #829980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829980 is #7D667F. Grayscale: #8F8F8F. Windows color (decimal): -8218240 or 8427906. OLE color: 8427906.

HSL color Cylindrical-coordinate representation of color #829980: hue angle of 115.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829980 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB130153128-
CMYK0.1500.160.4
HSL115.2º10.92%55.1%-
HSV(B)115.2º16.34%60%-
XYZ24.4929.0924.75-
YUV143.27119.38118.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=31.63%
G=37.23%
B=31.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301531280.1500.160.4115.210.9255.1
Hex829980F0102873b37
Octal20223120017020501631367
Binary100000101001100110000000111101000010100011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829980; }

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

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

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

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

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

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

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

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