#849484

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

Shades of Stack #849484

Tints of Stack #849484

Color information

#849484 (or 0x849484) is unknown color: approx Stack. HEX triplet: 84, 94 and 84. RGB value is (132,148,132). Sum of RGB (Red+Green+Blue) = 132+148+132=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #849484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849484 is #7B6B7B. Grayscale: #8D8D8D. Windows color (decimal): -8088444 or 8688772. OLE color: 8688772.

HSL color Cylindrical-coordinate representation of color #849484: hue angle of 120º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849484 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB132148132-
CMYK0.1100.110.42
HSL120º6.96%54.9%-
HSV(B)120º10.81%58.04%-
XYZ24.2727.7525.91-
YUV141.39122.7121.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=32.04%
G=35.92%
B=32.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321481320.1100.110.421206.9654.9
Hex849484B0B2A78737
Octal2042242041301352170767
Binary1000010010010100100001001011010111010101111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849484; }

 p { color: rgb(132,148,132); }

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

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

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

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

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

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

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