#849588

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

Shades of Envy #849588

Tints of Envy #849588

Color information

#849588 (or 0x849588) is unknown color: approx Envy. HEX triplet: 84, 95 and 88. RGB value is (132,149,136). Sum of RGB (Red+Green+Blue) = 132+149+136=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #849588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849588 is #7B6A77. Grayscale: #8E8E8E. Windows color (decimal): -8088184 or 8951172. OLE color: 8951172.

HSL color Cylindrical-coordinate representation of color #849588: hue angle of 134.12º 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 #849588 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB132149136-
CMYK0.1100.090.42
HSL134.12º7.42%55.1%-
HSV(B)134.12º11.41%58.43%-
XYZ24.7128.1827.43-
YUV142.43124.37120.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=31.65%
G=35.73%
B=32.61%

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
Decimal1321491360.1100.090.42134.127.4255.1
Hex849588B092A86737
Octal2042252101301152206767
Binary10000100100101011000100010110100110101010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849588; }

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

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

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

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

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

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

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

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