#849186

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

Shades of Stack #849186

Tints of Stack #849186

Color information

#849186 (or 0x849186) is unknown color: approx Stack. HEX triplet: 84, 91 and 86. RGB value is (132,145,134). Sum of RGB (Red+Green+Blue) = 132+145+134=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #849186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849186 is #7B6E79. Grayscale: #8B8B8B. Windows color (decimal): -8089210 or 8819076. OLE color: 8819076.

HSL color Cylindrical-coordinate representation of color #849186: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #849186 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB132145134-
CMYK0.0900.080.43
HSL129.23º5.58%54.31%-
HSV(B)129.23º8.97%56.86%-
XYZ23.9426.8826.48-
YUV139.86124.69122.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=32.12%
G=35.28%
B=32.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321451340.0900.080.43129.235.5854.31
Hex8491869082B81636
Octal2042212061101053201666
Binary10000100100100011000011010010100010101110000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849186; }

 p { color: rgb(132,145,134); }

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

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

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

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

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

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

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