#8CA491

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

Shades of Envy #8CA491

Tints of Envy #8CA491

Color information

#8CA491 (or 0x8CA491) is unknown color: approx Envy. HEX triplet: 8C, A4 and 91. RGB value is (140,164,145). Sum of RGB (Red+Green+Blue) = 140+164+145=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA491 is #735B6E. Grayscale: #9A9A9A. Windows color (decimal): -7560047 or 9544844. OLE color: 9544844.

HSL color Cylindrical-coordinate representation of color #8CA491: hue angle of 132.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA491 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB140164145-
CMYK0.1500.120.36
HSL132.5º11.65%59.61%-
HSV(B)132.5º14.63%64.31%-
XYZ29.234.1731.84-
YUV154.66122.55117.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 164 (64.45% from 255) = 36.53%
BLUE value IS 145 (57.03% from 255) = 32.29%
R=31.18%
G=36.53%
B=32.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641450.1500.120.36132.511.6559.61
Hex8CA491F0C2484c3c
Octal21424422117014442041474
Binary100011001010010010010001111101100100100100001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,164,145); }

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

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

 a { background-color: rgb(140,164,145); }

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

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

 span { border-color: rgb(140,164,145); }

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