#8CAB91

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

Shades of Envy #8CAB91

Tints of Envy #8CAB91

Color information

#8CAB91 (or 0x8CAB91) is unknown color: approx Envy. HEX triplet: 8C, AB and 91. RGB value is (140,171,145). Sum of RGB (Red+Green+Blue) = 140+171+145=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB91 is #73546E. Grayscale: #9E9E9E. Windows color (decimal): -7558255 or 9546636. OLE color: 9546636.

HSL color Cylindrical-coordinate representation of color #8CAB91: hue angle of 129.68º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAB91 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB140171145-
CMYK0.1800.150.33
HSL129.68º15.58%60.98%-
HSV(B)129.68º18.13%67.06%-
XYZ30.4936.7532.27-
YUV158.77120.23114.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 145 (57.03% from 255) = 31.80%
R=30.70%
G=37.5%
B=31.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711450.1800.150.33129.6815.5860.98
Hex8CAB91120F2182103d
Octal21425322122017412022075
Binary10001100101010111001000110010011111000011000001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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