#849B87

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

Shades of Envy #849B87

Tints of Envy #849B87

Color information

#849B87 (or 0x849B87) is unknown color: approx Envy. HEX triplet: 84, 9B and 87. RGB value is (132,155,135). Sum of RGB (Red+Green+Blue) = 132+155+135=422 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.28% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #849B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B87 is #7B6478. Grayscale: #919191. Windows color (decimal): -8086649 or 8887172. OLE color: 8887172.

HSL color Cylindrical-coordinate representation of color #849B87: hue angle of 127.83º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #849B87 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB132155135-
CMYK0.1500.130.39
HSL127.83º10.31%56.27%-
HSV(B)127.83º14.84%60.78%-
XYZ25.6130.127.38-
YUV145.84121.88118.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.28%
GREEN value IS 155 (60.94% from 255) = 36.73%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=31.28%
G=36.73%
B=31.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321551350.1500.130.39127.8310.3156.27
Hex849B87F0D2780a38
Octal20423320717015472001270
Binary100001001001101110000111111101101100111100000001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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