#849A84

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

Shades of Stack #849A84

Tints of Stack #849A84

Color information

#849A84 (or 0x849A84) is unknown color: approx Stack. HEX triplet: 84, 9A and 84. RGB value is (132,154,132). Sum of RGB (Red+Green+Blue) = 132+154+132=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #849A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849A84 is #7B657B. Grayscale: #909090. Windows color (decimal): -8086908 or 8690308. OLE color: 8690308.

HSL color Cylindrical-coordinate representation of color #849A84: hue angle of 120º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849A84 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB132154132-
CMYK0.1400.140.40
HSL120º9.82%56.08%-
HSV(B)120º14.29%60.39%-
XYZ25.2429.6826.23-
YUV144.91120.71118.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=31.58%
G=36.84%
B=31.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321541320.1400.140.401209.8256.08
Hex849A84E0E2878a38
Octal20423220416016501701270
Binary10000100100110101000010011100111010100011110001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849A84; }

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

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

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

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

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

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

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

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