#88958D

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

Shades of Envy #88958D

Tints of Envy #88958D

Color information

#88958D (or 0x88958D) is unknown color: approx Envy. HEX triplet: 88, 95 and 8D. RGB value is (136,149,141). Sum of RGB (Red+Green+Blue) = 136+149+141=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 149 - color contains mainly: green. Hex color #88958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88958D is #776A72. Grayscale: #909090. Windows color (decimal): -7826035 or 9278856. OLE color: 9278856.

HSL color Cylindrical-coordinate representation of color #88958D: hue angle of 143.08º 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 #88958D is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB136149141-
CMYK0.0900.050.42
HSL143.08º5.78%55.88%-
HSV(B)143.08º8.72%58.43%-
XYZ25.7128.6529.37-
YUV144.2126.19122.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=31.92%
G=34.98%
B=33.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361491410.0900.050.42143.085.7855.88
Hex88958D9052A8f638
Octal210225215110552217670
Binary1000100010010101100011011001010110101010001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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