#88A88B

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

Shades of Envy #88A88B

Tints of Envy #88A88B

Color information

#88A88B (or 0x88A88B) is unknown color: approx Envy. HEX triplet: 88, A8 and 8B. RGB value is (136,168,139). Sum of RGB (Red+Green+Blue) = 136+168+139=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #88A88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A88B is #775774. Grayscale: #9B9B9B. Windows color (decimal): -7821173 or 9152648. OLE color: 9152648.

HSL color Cylindrical-coordinate representation of color #88A88B: hue angle of 125.62º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88A88B is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB136168139-
CMYK0.1900.170.34
HSL125.62º15.53%59.61%-
HSV(B)125.62º19.05%65.88%-
XYZ28.8235.129.68-
YUV155.13118.9114.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.70%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=30.70%
G=37.92%
B=31.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1361681390.1900.170.34125.6215.5359.61
Hex88A88B13011227e103c
Octal21025021323021421762074
Binary10001000101010001000101110011010001100010111111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A88B; }

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

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

<style>
 a { background-color: #88A88B; }

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

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

<style>
 span { border-color: #88A88B; }

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

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