#848D85

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

Shades of Stack #848D85

Tints of Stack #848D85

Color information

#848D85 (or 0x848D85) is unknown color: approx Stack. HEX triplet: 84, 8D and 85. RGB value is (132,141,133). Sum of RGB (Red+Green+Blue) = 132+141+133=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #848D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D85 is #7B727A. Grayscale: #898989. Windows color (decimal): -8090235 or 8752516. OLE color: 8752516.

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

Color convert

RGB132141133-
CMYK0.0600.060.45
HSL126.67º3.8%53.53%-
HSV(B)126.67º6.38%55.29%-
XYZ23.2725.6525.91-
YUV137.4125.52124.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.51%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=32.51%
G=34.73%
B=32.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411330.0600.060.45126.673.853.53
Hex848D856062D7f436
Octal20421520560655177466
Binary10000100100011011000010111001101011011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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