#829185

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

Shades of Stack #829185

Tints of Stack #829185

Color information

#829185 (or 0x829185) is unknown color: approx Stack. HEX triplet: 82, 91 and 85. RGB value is (130,145,133). Sum of RGB (Red+Green+Blue) = 130+145+133=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #829185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829185 is #7D6E7A. Grayscale: #8B8B8B. Windows color (decimal): -8220283 or 8753538. OLE color: 8753538.

HSL color Cylindrical-coordinate representation of color #829185: hue angle of 132º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829185 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB130145133-
CMYK0.1000.080.43
HSL132º6.38%53.92%-
HSV(B)132º10.34%56.86%-
XYZ23.5626.6926.1-
YUV139.15124.53121.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 145 (57.03% from 255) = 35.54%
BLUE value IS 133 (52.34% from 255) = 32.60%
R=31.86%
G=35.54%
B=32.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301451330.1000.080.431326.3853.92
Hex829185A082B84636
Octal2022212051201053204666
Binary10000010100100011000010110100100010101110000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829185; }

 p { color: rgb(130,145,133); }

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

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

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

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

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

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

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