#8CA291

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

Shades of Envy #8CA291

Tints of Envy #8CA291

Color information

#8CA291 (or 0x8CA291) is unknown color: approx Envy. HEX triplet: 8C, A2 and 91. RGB value is (140,162,145). Sum of RGB (Red+Green+Blue) = 140+162+145=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA291 is #735D6E. Grayscale: #999999. Windows color (decimal): -7560559 or 9544332. OLE color: 9544332.

HSL color Cylindrical-coordinate representation of color #8CA291: hue angle of 133.64º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA291 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB140162145-
CMYK0.1400.100.36
HSL133.64º10.58%59.22%-
HSV(B)133.64º13.58%63.53%-
XYZ28.8533.4631.73-
YUV153.48123.21118.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=31.32%
G=36.24%
B=32.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621450.1400.100.36133.6410.5859.22
Hex8CA291E0A2486b3b
Octal21424222116012442061373
Binary100011001010001010010001111001010100100100001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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