#829982

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

Shades of Stack #829982

Tints of Stack #829982

Color information

#829982 (or 0x829982) is unknown color: approx Stack. HEX triplet: 82, 99 and 82. RGB value is (130,153,130). Sum of RGB (Red+Green+Blue) = 130+153+130=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #829982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829982 is #7D667D. Grayscale: #8F8F8F. Windows color (decimal): -8218238 or 8558978. OLE color: 8558978.

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

Color convert

RGB130153130-
CMYK0.1500.150.4
HSL120º10.13%55.49%-
HSV(B)120º15.03%60%-
XYZ24.6329.1425.45-
YUV143.5120.38118.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 153 (60.16% from 255) = 37.05%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=31.48%
G=37.05%
B=31.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1301531300.1500.150.412010.1355.49
Hex829982F0F2878a37
Octal20223120217017501701267
Binary10000010100110011000001011110111110100011110001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829982; }

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

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

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

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

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

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

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

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