#839682

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

Shades of Stack #839682

Tints of Stack #839682

Color information

#839682 (or 0x839682) is unknown color: approx Stack. HEX triplet: 83, 96 and 82. RGB value is (131,150,130). Sum of RGB (Red+Green+Blue) = 131+150+130=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #839682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839682 is #7C697D. Grayscale: #8E8E8E. Windows color (decimal): -8153470 or 8558211. OLE color: 8558211.

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

Color convert

RGB131150130-
CMYK0.1300.130.41
HSL117º8.7%54.9%-
HSV(B)117º13.33%58.82%-
XYZ24.328.2525.29-
YUV142.04121.21120.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=31.87%
G=36.50%
B=31.63%

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
Decimal1311501300.1300.130.411178.754.9
Hex839682D0D2975937
Octal20322620215015511651167
Binary10000011100101101000001011010110110100111101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839682; }

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

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

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

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

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

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

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

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