#88938A

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

Shades of Envy #88938A

Tints of Envy #88938A

Color information

#88938A (or 0x88938A) is unknown color: approx Envy. HEX triplet: 88, 93 and 8A. RGB value is (136,147,138). Sum of RGB (Red+Green+Blue) = 136+147+138=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #88938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88938A is #776C75. Grayscale: #8E8E8E. Windows color (decimal): -7826550 or 9081736. OLE color: 9081736.

HSL color Cylindrical-coordinate representation of color #88938A: hue angle of 130.91º 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 #88938A is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB136147138-
CMYK0.0700.060.42
HSL130.91º4.85%55.49%-
HSV(B)130.91º7.48%57.65%-
XYZ25.1727.9428.11-
YUV142.68125.36123.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=32.30%
G=34.92%
B=32.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361471380.0700.060.42130.914.8555.49
Hex88938A7062A83537
Octal21022321270652203567
Binary100010001001001110001010111011010101010000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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