#829482

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

Shades of Stack #829482

Tints of Stack #829482

Color information

#829482 (or 0x829482) is unknown color: approx Stack. HEX triplet: 82, 94 and 82. RGB value is (130,148,130). Sum of RGB (Red+Green+Blue) = 130+148+130=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #829482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829482 is #7D6B7D. Grayscale: #8C8C8C. Windows color (decimal): -8219518 or 8557698. OLE color: 8557698.

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

Color convert

RGB130148130-
CMYK0.1200.120.42
HSL120º7.76%54.51%-
HSV(B)120º12.16%58.04%-
XYZ23.8327.5425.18-
YUV140.57122.04120.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 148 (58.20% from 255) = 36.27%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=31.86%
G=36.27%
B=31.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301481300.1200.120.421207.7654.51
Hex829482C0C2A78837
Octal20222420214014521701067
Binary10000010100101001000001011000110010101011110001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829482; }

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

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

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

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

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

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

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

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