#849184

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

Shades of Stack #849184

Tints of Stack #849184

Color information

#849184 (or 0x849184) is unknown color: approx Stack. HEX triplet: 84, 91 and 84. RGB value is (132,145,132). Sum of RGB (Red+Green+Blue) = 132+145+132=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #849184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849184 is #7B6E7B. Grayscale: #8B8B8B. Windows color (decimal): -8089212 or 8688004. OLE color: 8688004.

HSL color Cylindrical-coordinate representation of color #849184: hue angle of 120º 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 #849184 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB132145132-
CMYK0.0900.090.43
HSL120º5.58%54.31%-
HSV(B)120º8.97%56.86%-
XYZ23.8126.8225.75-
YUV139.63123.69122.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.27%
GREEN value IS 145 (57.03% from 255) = 35.45%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=32.27%
G=35.45%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321451320.0900.090.431205.5854.31
Hex8491849092B78636
Octal2042212041101153170666
Binary1000010010010001100001001001010011010111111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849184; }

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

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

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

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

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

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

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

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