#88B48E

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

Shades of Envy #88B48E

Tints of Envy #88B48E

Color information

#88B48E (or 0x88B48E) is unknown color: approx Envy. HEX triplet: 88, B4 and 8E. RGB value is (136,180,142). Sum of RGB (Red+Green+Blue) = 136+180+142=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #88B48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B48E is #774B71. Grayscale: #A2A2A2. Windows color (decimal): -7818098 or 9352328. OLE color: 9352328.

HSL color Cylindrical-coordinate representation of color #88B48E: hue angle of 128.18º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B48E is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB136180142-
CMYK0.2400.210.29
HSL128.18º22.68%61.96%-
HSV(B)128.18º24.44%70.59%-
XYZ31.3639.8331.63-
YUV162.51116.42109.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.69%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=29.69%
G=39.30%
B=31.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361801420.2400.210.29128.1822.6861.96
Hex88B48E180151D80173e
Octal21026421630025352002776
Binary10001000101101001000111011000010101111011000000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,180,142); }

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

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

 a { background-color: rgb(136,180,142); }

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

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

 span { border-color: rgb(136,180,142); }

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