#849286

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

Shades of Stack #849286

Tints of Stack #849286

Color information

#849286 (or 0x849286) is unknown color: approx Stack. HEX triplet: 84, 92 and 86. RGB value is (132,146,134). Sum of RGB (Red+Green+Blue) = 132+146+134=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #849286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849286 is #7B6D79. Grayscale: #8C8C8C. Windows color (decimal): -8088954 or 8819332. OLE color: 8819332.

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

Color convert

RGB132146134-
CMYK0.1000.080.43
HSL128.57º6.03%54.51%-
HSV(B)128.57º9.59%57.25%-
XYZ24.127.1826.53-
YUV140.45124.36121.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 146 (57.42% from 255) = 35.44%
BLUE value IS 134 (52.73% from 255) = 32.52%
R=32.04%
G=35.44%
B=32.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461340.1000.080.43128.576.0354.51
Hex849286A082B81637
Octal2042222061201053201667
Binary10000100100100101000011010100100010101110000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849286; }

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

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

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

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

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

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

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

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