#839486

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

Shades of Stack #839486

Tints of Stack #839486

Color information

#839486 (or 0x839486) is unknown color: approx Stack. HEX triplet: 83, 94 and 86. RGB value is (131,148,134). Sum of RGB (Red+Green+Blue) = 131+148+134=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #839486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839486 is #7C6B79. Grayscale: #8D8D8D. Windows color (decimal): -8153978 or 8819843. OLE color: 8819843.

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

Color convert

RGB131148134-
CMYK0.1100.090.42
HSL130.59º7.36%54.71%-
HSV(B)130.59º11.49%58.04%-
XYZ24.2527.7326.63-
YUV141.32123.87120.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=31.72%
G=35.84%
B=32.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311481340.1100.090.42130.597.3654.71
Hex839486B092A83737
Octal2032242061301152203767
Binary10000011100101001000011010110100110101010000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839486; }

 p { color: rgb(131,148,134); }

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

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

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

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

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

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

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