#88958C

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

Shades of Envy #88958C

Tints of Envy #88958C

Color information

#88958C (or 0x88958C) is unknown color: approx Envy. HEX triplet: 88, 95 and 8C. RGB value is (136,149,140). Sum of RGB (Red+Green+Blue) = 136+149+140=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #88958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88958C is #776A73. Grayscale: #909090. Windows color (decimal): -7826036 or 9213320. OLE color: 9213320.

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

Color convert

RGB136149140-
CMYK0.0900.060.42
HSL138.46º5.78%55.88%-
HSV(B)138.46º8.72%58.43%-
XYZ25.6328.6228.98-
YUV144.09125.69122.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=32%
G=35.06%
B=32.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361491400.0900.060.42138.465.7855.88
Hex88958C9062A8a638
Octal210225214110652212670
Binary1000100010010101100011001001011010101010001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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