#839882

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

Shades of Stack #839882

Tints of Stack #839882

Color information

#839882 (or 0x839882) is unknown color: approx Stack. HEX triplet: 83, 98 and 82. RGB value is (131,152,130). Sum of RGB (Red+Green+Blue) = 131+152+130=413 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.72% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #839882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839882 is #7C677D. Grayscale: #8F8F8F. Windows color (decimal): -8152958 or 8558723. OLE color: 8558723.

HSL color Cylindrical-coordinate representation of color #839882: hue angle of 117.27º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839882 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB131152130-
CMYK0.1400.140.40
HSL117.27º9.65%55.29%-
HSV(B)117.27º14.47%59.61%-
XYZ24.6228.8925.4-
YUV143.21120.54119.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.72%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=31.72%
G=36.80%
B=31.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311521300.1400.140.40117.279.6555.29
Hex839882E0E2875a37
Octal20323020216016501651267
Binary10000011100110001000001011100111010100011101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839882; }

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

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

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

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

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

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

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

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