#849289

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

Shades of Envy #849289

Tints of Envy #849289

Color information

#849289 (or 0x849289) is unknown color: approx Envy. HEX triplet: 84, 92 and 89. RGB value is (132,146,137). Sum of RGB (Red+Green+Blue) = 132+146+137=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #849289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849289 is #7B6D76. Grayscale: #8C8C8C. Windows color (decimal): -8088951 or 9015940. OLE color: 9015940.

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

Color convert

RGB132146137-
CMYK0.1000.060.43
HSL141.43º6.03%54.51%-
HSV(B)141.43º9.59%57.25%-
XYZ24.3127.2727.65-
YUV140.79125.86121.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=31.81%
G=35.18%
B=33.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321461370.1000.060.43141.436.0354.51
Hex849289A062B8d637
Octal204222211120653215667
Binary1000010010010010100010011010011010101110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849289; }

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

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

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

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

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

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

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

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