#88958A

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

Shades of Envy #88958A

Tints of Envy #88958A

Color information

#88958A (or 0x88958A) is unknown color: approx Envy. HEX triplet: 88, 95 and 8A. RGB value is (136,149,138). Sum of RGB (Red+Green+Blue) = 136+149+138=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #88958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88958A is #776A75. Grayscale: #8F8F8F. Windows color (decimal): -7826038 or 9082248. OLE color: 9082248.

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

Color convert

RGB136149138-
CMYK0.0900.070.42
HSL129.23º5.78%55.88%-
HSV(B)129.23º8.72%58.43%-
XYZ25.4928.5628.21-
YUV143.86124.69122.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=32.15%
G=35.22%
B=32.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361491380.0900.070.42129.235.7855.88
Hex88958A9072A81638
Octal210225212110752201670
Binary1000100010010101100010101001011110101010000001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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