#88938C

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

Shades of Envy #88938C

Tints of Envy #88938C

Color information

#88938C (or 0x88938C) is unknown color: approx Envy. HEX triplet: 88, 93 and 8C. RGB value is (136,147,140). Sum of RGB (Red+Green+Blue) = 136+147+140=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #88938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88938C is #776C73. Grayscale: #8E8E8E. Windows color (decimal): -7826548 or 9212808. OLE color: 9212808.

HSL color Cylindrical-coordinate representation of color #88938C: hue angle of 141.82º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #88938C is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB136147140-
CMYK0.0700.050.42
HSL141.82º4.85%55.49%-
HSV(B)141.82º7.48%57.65%-
XYZ25.322828.88-
YUV142.91126.36123.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=32.15%
G=34.75%
B=33.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471400.0700.050.42141.824.8555.49
Hex88938C7052A8e537
Octal21022321470552216567
Binary100010001001001110001100111010110101010001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88938C; }

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

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

<style>
 a { background-color: #88938C; }

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

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

<style>
 span { border-color: #88938C; }

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

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