#829684

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

Shades of Stack #829684

Tints of Stack #829684

Color information

#829684 (or 0x829684) is unknown color: approx Stack. HEX triplet: 82, 96 and 84. RGB value is (130,150,132). Sum of RGB (Red+Green+Blue) = 130+150+132=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 150 - color contains mainly: green. Hex color #829684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829684 is #7D697B. Grayscale: #8E8E8E. Windows color (decimal): -8219004 or 8689282. OLE color: 8689282.

HSL color Cylindrical-coordinate representation of color #829684: hue angle of 126º 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 #829684 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB130150132-
CMYK0.1300.120.41
HSL126º8.7%54.9%-
HSV(B)126º13.33%58.82%-
XYZ24.2828.2226-
YUV141.97122.37119.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 150 (58.98% from 255) = 36.41%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=31.55%
G=36.41%
B=32.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501320.1300.120.411268.754.9
Hex829684D0C297e937
Octal20222620415014511761167
Binary10000010100101101000010011010110010100111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829684; }

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

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

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

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

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

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

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

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