#848D82

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

Shades of Stack #848D82

Tints of Stack #848D82

Color information

#848D82 (or 0x848D82) is unknown color: approx Stack. HEX triplet: 84, 8D and 82. RGB value is (132,141,130). Sum of RGB (Red+Green+Blue) = 132+141+130=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 141 - color contains mainly: green. Hex color #848D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D82 is #7B727D. Grayscale: #898989. Windows color (decimal): -8090238 or 8555908. OLE color: 8555908.

HSL color Cylindrical-coordinate representation of color #848D82: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848D82 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB132141130-
CMYK0.0600.080.45
HSL109.09º4.6%53.14%-
HSV(B)109.09º7.8%55.29%-
XYZ23.0725.5724.84-
YUV137.05124.02124.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.75%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 130 (51.17% from 255) = 32.26%
R=32.75%
G=34.99%
B=32.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411300.0600.080.45109.094.653.14
Hex848D826082D6d535
Octal204215202601055155565
Binary100001001000110110000010110010001011011101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D82; }

 p { color: rgb(132,141,130); }

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

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

 a { background-color: rgb(132,141,130); }

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

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

 span { border-color: rgb(132,141,130); }

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