#849F8C

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

Shades of Envy #849F8C

Tints of Envy #849F8C

Color information

#849F8C (or 0x849F8C) is unknown color: approx Envy. HEX triplet: 84, 9F and 8C. RGB value is (132,159,140). Sum of RGB (Red+Green+Blue) = 132+159+140=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #849F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F8C is #7B6073. Grayscale: #949494. Windows color (decimal): -8085620 or 9215876. OLE color: 9215876.

HSL color Cylindrical-coordinate representation of color #849F8C: hue angle of 137.78º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849F8C is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB132159140-
CMYK0.1700.120.38
HSL137.78º12.33%57.06%-
HSV(B)137.78º16.98%62.35%-
XYZ26.6531.629.5-
YUV148.76123.05116.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 159 (62.5% from 255) = 36.89%
BLUE value IS 140 (55.08% from 255) = 32.48%
R=30.63%
G=36.89%
B=32.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321591400.1700.120.38137.7812.3357.06
Hex849F8C110C268ac39
Octal20423721421014462121471
Binary1000010010011111100011001000101100100110100010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,159,140); }

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

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

 a { background-color: rgb(132,159,140); }

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

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

 span { border-color: rgb(132,159,140); }

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