#849384

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

Shades of Stack #849384

Tints of Stack #849384

Color information

#849384 (or 0x849384) is unknown color: approx Stack. HEX triplet: 84, 93 and 84. RGB value is (132,147,132). Sum of RGB (Red+Green+Blue) = 132+147+132=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #849384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849384 is #7B6C7B. Grayscale: #8C8C8C. Windows color (decimal): -8088700 or 8688516. OLE color: 8688516.

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

Color convert

RGB132147132-
CMYK0.1000.100.42
HSL120º6.49%54.71%-
HSV(B)120º10.2%57.65%-
XYZ24.1127.4425.86-
YUV140.8123.03121.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 147 (57.81% from 255) = 35.77%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=32.12%
G=35.77%
B=32.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321471320.1000.100.421206.4954.71
Hex849384A0A2A78637
Octal2042232041201252170667
Binary1000010010010011100001001010010101010101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849384; }

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

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

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

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

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

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

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

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