#849E8B

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

Shades of Envy #849E8B

Tints of Envy #849E8B

Color information

#849E8B (or 0x849E8B) is unknown color: approx Envy. HEX triplet: 84, 9E and 8B. RGB value is (132,158,139). Sum of RGB (Red+Green+Blue) = 132+158+139=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #849E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849E8B is #7B6174. Grayscale: #949494. Windows color (decimal): -8085877 or 9150084. OLE color: 9150084.

HSL color Cylindrical-coordinate representation of color #849E8B: hue angle of 136.15º 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 #849E8B is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB132158139-
CMYK0.1600.120.38
HSL136.15º11.82%56.86%-
HSV(B)136.15º16.46%61.96%-
XYZ26.431.2229.06-
YUV148.06122.89116.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.77%
GREEN value IS 158 (62.11% from 255) = 36.83%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=30.77%
G=36.83%
B=32.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321581390.1600.120.38136.1511.8256.86
Hex849E8B100C2688c39
Octal20423621320014462101471
Binary1000010010011110100010111000001100100110100010001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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