#8C9E92

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

Shades of Envy #8C9E92

Tints of Envy #8C9E92

Color information

#8C9E92 (or 0x8C9E92) is unknown color: approx Envy. HEX triplet: 8C, 9E and 92. RGB value is (140,158,146). Sum of RGB (Red+Green+Blue) = 140+158+146=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9E92 is #73616D. Grayscale: #979797. Windows color (decimal): -7561582 or 9608844. OLE color: 9608844.

HSL color Cylindrical-coordinate representation of color #8C9E92: hue angle of 140º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C9E92 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB140158146-
CMYK0.1100.080.38
HSL140º8.49%58.43%-
HSV(B)140º11.39%61.96%-
XYZ28.2332.131.9-
YUV151.25125.04119.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.53%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 146 (57.42% from 255) = 32.88%
R=31.53%
G=35.59%
B=32.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1401581460.1100.080.381408.4958.43
Hex8C9E92B08268c83a
Octal21423622213010462141072
Binary100011001001111010010010101101000100110100011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9E92; }

 p { color: rgb(140,158,146); }

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

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

 a { background-color: rgb(140,158,146); }

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

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

 span { border-color: rgb(140,158,146); }

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