#8AA28C

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

Shades of Envy #8AA28C

Tints of Envy #8AA28C

Color information

#8AA28C (or 0x8AA28C) is unknown color: approx Envy. HEX triplet: 8A, A2 and 8C. RGB value is (138,162,140). Sum of RGB (Red+Green+Blue) = 138+162+140=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA28C is #755D73. Grayscale: #989898. Windows color (decimal): -7691636 or 9216650. OLE color: 9216650.

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

Color convert

RGB138162140-
CMYK0.1500.140.36
HSL125º11.43%58.82%-
HSV(B)125º14.81%63.53%-
XYZ28.1433.1429.72-
YUV152.32121.05117.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.36%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=31.36%
G=36.82%
B=31.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1381621400.1500.140.3612511.4358.82
Hex8AA28CF0E247db3b
Octal21224221417016441751373
Binary10001010101000101000110011110111010010011111011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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