#88A28C

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

Shades of Envy #88A28C

Tints of Envy #88A28C

Color information

#88A28C (or 0x88A28C) is unknown color: approx Envy. HEX triplet: 88, A2 and 8C. RGB value is (136,162,140). Sum of RGB (Red+Green+Blue) = 136+162+140=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #88A28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A28C is #775D73. Grayscale: #979797. Windows color (decimal): -7822708 or 9216648. OLE color: 9216648.

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

Color convert

RGB136162140-
CMYK0.1600.140.36
HSL129.23º12.26%58.43%-
HSV(B)129.23º16.05%63.53%-
XYZ27.8132.9729.71-
YUV151.72121.39116.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=31.05%
G=36.99%
B=31.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361621400.1600.140.36129.2312.2658.43
Hex88A28C100E2481c3a
Octal21024221420016442011472
Binary1000100010100010100011001000001110100100100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A28C; }

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

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

<style>
 a { background-color: #88A28C; }

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

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

<style>
 span { border-color: #88A28C; }

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

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