#849E8A

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

Shades of Envy #849E8A

Tints of Envy #849E8A

Color information

#849E8A (or 0x849E8A) is unknown color: approx Envy. HEX triplet: 84, 9E and 8A. RGB value is (132,158,138). Sum of RGB (Red+Green+Blue) = 132+158+138=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 158 - color contains mainly: green. Hex color #849E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E8A is #7B6175. Grayscale: #949494. Windows color (decimal): -8085878 or 9084548. OLE color: 9084548.

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

Color convert

RGB132158138-
CMYK0.1600.130.38
HSL133.85º11.82%56.86%-
HSV(B)133.85º16.46%61.96%-
XYZ26.3331.1928.68-
YUV147.95122.39116.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 158 (62.11% from 255) = 36.92%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=30.84%
G=36.92%
B=32.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321581380.1600.130.38133.8511.8256.86
Hex849E8A100D2686c39
Octal20423621220015462061471
Binary1000010010011110100010101000001101100110100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,138); }

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

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

 a { background-color: rgb(132,158,138); }

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

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

 span { border-color: rgb(132,158,138); }

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