#8AA98C

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

Shades of Envy #8AA98C

Tints of Envy #8AA98C

Color information

#8AA98C (or 0x8AA98C) is unknown color: approx Envy. HEX triplet: 8A, A9 and 8C. RGB value is (138,169,140). Sum of RGB (Red+Green+Blue) = 138+169+140=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA98C is #755673. Grayscale: #9C9C9C. Windows color (decimal): -7689844 or 9218442. OLE color: 9218442.

HSL color Cylindrical-coordinate representation of color #8AA98C: hue angle of 123.87º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8AA98C is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB138169140-
CMYK0.1800.170.34
HSL123.87º15.27%60.2%-
HSV(B)123.87º18.34%66.27%-
XYZ29.435.6730.15-
YUV156.42118.73114.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.87%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 140 (55.08% from 255) = 31.32%
R=30.87%
G=37.81%
B=31.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381691400.1800.170.34123.8715.2760.2
Hex8AA98C12011227cf3c
Octal21225121422021421741774
Binary1000101010101001100011001001001000110001011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,169,140); }

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

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

 a { background-color: rgb(138,169,140); }

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

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

 span { border-color: rgb(138,169,140); }

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