#8AA492

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

Shades of Envy #8AA492

Tints of Envy #8AA492

Color information

#8AA492 (or 0x8AA492) is unknown color: approx Envy. HEX triplet: 8A, A4 and 92. RGB value is (138,164,146). Sum of RGB (Red+Green+Blue) = 138+164+146=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA492 is #755B6D. Grayscale: #9A9A9A. Windows color (decimal): -7691118 or 9610378. OLE color: 9610378.

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

Color convert

RGB138164146-
CMYK0.1600.110.36
HSL138.46º12.5%59.22%-
HSV(B)138.46º15.85%64.31%-
XYZ28.9534.0332.24-
YUV154.17123.39116.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=30.80%
G=36.61%
B=32.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381641460.1600.110.36138.4612.559.22
Hex8AA492100B248ac3b
Octal21224422220013442121473
Binary1000101010100100100100101000001011100100100010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,164,146); }

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

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

 a { background-color: rgb(138,164,146); }

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

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

 span { border-color: rgb(138,164,146); }

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