#829682

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

Shades of Stack #829682

Tints of Stack #829682

Color information

#829682 (or 0x829682) is unknown color: approx Stack. HEX triplet: 82, 96 and 82. RGB value is (130,150,130). Sum of RGB (Red+Green+Blue) = 130+150+130=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 150 - color contains mainly: green. Hex color #829682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829682 is #7D697D. Grayscale: #8D8D8D. Windows color (decimal): -8219006 or 8558210. OLE color: 8558210.

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

Color convert

RGB130150130-
CMYK0.1300.130.41
HSL120º8.7%54.9%-
HSV(B)120º13.33%58.82%-
XYZ24.1428.1725.28-
YUV141.74121.37119.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.71%
GREEN value IS 150 (58.98% from 255) = 36.59%
BLUE value IS 130 (51.17% from 255) = 31.71%
R=31.71%
G=36.59%
B=31.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501300.1300.130.411208.754.9
Hex829682D0D2978937
Octal20222620215015511701167
Binary10000010100101101000001011010110110100111110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829682; }

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

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

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

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

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

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

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

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