#839186

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

Shades of Stack #839186

Tints of Stack #839186

Color information

#839186 (or 0x839186) is unknown color: approx Stack. HEX triplet: 83, 91 and 86. RGB value is (131,145,134). Sum of RGB (Red+Green+Blue) = 131+145+134=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 145 - color contains mainly: green. Hex color #839186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839186 is #7C6E79. Grayscale: #8B8B8B. Windows color (decimal): -8154746 or 8819075. OLE color: 8819075.

HSL color Cylindrical-coordinate representation of color #839186: hue angle of 132.86º 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 #839186 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB131145134-
CMYK0.1000.080.43
HSL132.86º5.98%54.12%-
HSV(B)132.86º9.66%56.86%-
XYZ23.7926.826.47-
YUV139.56124.86121.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 145 (57.03% from 255) = 35.37%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=31.95%
G=35.37%
B=32.68%

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
Decimal1311451340.1000.080.43132.865.9854.12
Hex839186A082B85636
Octal2032212061201053205666
Binary10000011100100011000011010100100010101110000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839186; }

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

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

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

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

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

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

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

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