#8AAA92

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

Shades of Envy #8AAA92

Tints of Envy #8AAA92

Color information

#8AAA92 (or 0x8AAA92) is unknown color: approx Envy. HEX triplet: 8A, AA and 92. RGB value is (138,170,146). Sum of RGB (Red+Green+Blue) = 138+170+146=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAA92 is #75556D. Grayscale: #9D9D9D. Windows color (decimal): -7689582 or 9611914. OLE color: 9611914.

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

Color convert

RGB138170146-
CMYK0.1900.140.33
HSL135º15.84%60.39%-
HSV(B)135º18.82%66.67%-
XYZ30.0436.2332.6-
YUV157.7121.4113.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.40%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=30.40%
G=37.44%
B=32.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1381701460.1900.140.3313515.8460.39
Hex8AAA92130E2187103c
Octal21225222223016412072074
Binary10001010101010101001001010011011101000011000011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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