#849587

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

Shades of Envy #849587

Tints of Envy #849587

Color information

#849587 (or 0x849587) is unknown color: approx Envy. HEX triplet: 84, 95 and 87. RGB value is (132,149,135). Sum of RGB (Red+Green+Blue) = 132+149+135=416 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.73% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #849587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849587 is #7B6A78. Grayscale: #8E8E8E. Windows color (decimal): -8088185 or 8885636. OLE color: 8885636.

HSL color Cylindrical-coordinate representation of color #849587: hue angle of 130.59º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #849587 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB132149135-
CMYK0.1100.090.42
HSL130.59º7.42%55.1%-
HSV(B)130.59º11.41%58.43%-
XYZ24.6428.1527.06-
YUV142.32123.87120.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.73%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=31.73%
G=35.82%
B=32.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321491350.1100.090.42130.597.4255.1
Hex849587B092A83737
Octal2042252071301152203767
Binary10000100100101011000011110110100110101010000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849587; }

 p { color: rgb(132,149,135); }

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

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

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

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

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

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

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