#8CB593

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

Shades of Envy #8CB593

Tints of Envy #8CB593

Color information

#8CB593 (or 0x8CB593) is unknown color: approx Envy. HEX triplet: 8C, B5 and 93. RGB value is (140,181,147). Sum of RGB (Red+Green+Blue) = 140+181+147=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB593 is #734A6C. Grayscale: #A4A4A4. Windows color (decimal): -7555693 or 9680268. OLE color: 9680268.

HSL color Cylindrical-coordinate representation of color #8CB593: hue angle of 130.24º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB593 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB140181147-
CMYK0.2300.190.29
HSL130.24º21.69%62.94%-
HSV(B)130.24º22.65%70.98%-
XYZ32.6140.7333.75-
YUV164.86117.92110.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=29.91%
G=38.68%
B=31.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401811470.2300.190.29130.2421.6962.94
Hex8CB593170131D82163f
Octal21426522327023352022677
Binary10001100101101011001001110111010011111011000001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,181,147); }

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

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

 a { background-color: rgb(140,181,147); }

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

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

 span { border-color: rgb(140,181,147); }

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