#849887

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

Shades of Envy #849887

Tints of Envy #849887

Color information

#849887 (or 0x849887) is unknown color: approx Envy. HEX triplet: 84, 98 and 87. RGB value is (132,152,135). Sum of RGB (Red+Green+Blue) = 132+152+135=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #849887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849887 is #7B6778. Grayscale: #909090. Windows color (decimal): -8087417 or 8886404. OLE color: 8886404.

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

Color convert

RGB132152135-
CMYK0.1300.110.40
HSL129º8.85%55.69%-
HSV(B)129º13.16%59.61%-
XYZ25.1229.1127.22-
YUV144.08122.87119.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 152 (59.77% from 255) = 36.28%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=31.50%
G=36.28%
B=32.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321521350.1300.110.401298.8555.69
Hex849887D0B2881938
Octal20423020715013502011170
Binary100001001001100010000111110101011101000100000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849887; }

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

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

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

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

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

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

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

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