#88998B

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

Shades of Envy #88998B

Tints of Envy #88998B

Color information

#88998B (or 0x88998B) is unknown color: approx Envy. HEX triplet: 88, 99 and 8B. RGB value is (136,153,139). Sum of RGB (Red+Green+Blue) = 136+153+139=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #88998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88998B is #776674. Grayscale: #929292. Windows color (decimal): -7825013 or 9148808. OLE color: 9148808.

HSL color Cylindrical-coordinate representation of color #88998B: hue angle of 130.59º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #88998B is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB136153139-
CMYK0.1100.090.4
HSL130.59º7.69%56.67%-
HSV(B)130.59º11.11%60%-
XYZ26.229.8828.81-
YUV146.32123.87120.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.78%
GREEN value IS 153 (60.16% from 255) = 35.75%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=31.78%
G=35.75%
B=32.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531390.1100.090.4130.597.6956.67
Hex88998BB092883839
Octal21023121313011502031071
Binary100010001001100110001011101101001101000100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88998B; }

 p { color: rgb(136,153,139); }

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

<style>
 a { background-color: #88998B; }

 a { background-color: rgb(136,153,139); }

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

<style>
 span { border-color: #88998B; }

 span { border-color: rgb(136,153,139); }

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