#88b48f

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

Shades of Envy #88B48F

Tints of Envy #88B48F

Color information

#88B48F (or 0x88B48F) is unknown color: approx Envy. HEX triplet: 88, B4 and 8F. RGB value is (136,180,143). Sum of RGB (Red+Green+Blue) = 136+180+143=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 180 - color contains mainly: green. Hex color #88B48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B48F is #774B70. Grayscale: #A2A2A2. Windows color (decimal): -7818097 or 9417864. OLE color: 9417864.

HSL color Cylindrical-coordinate representation of color #88B48F: hue angle of 129.55º 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 #88B48F is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB136180143-
CMYK0.2400.210.29
HSL129.55º22.68%61.96%-
HSV(B)129.55º24.44%70.59%-
XYZ31.4339.8632.02-
YUV162.63116.92109.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=29.63%
G=39.22%
B=31.15%

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
Decimal1361801430.2400.210.29129.5522.6861.96
Hex88B48F180151D82173e
Octal21026421730025352022776
Binary10001000101101001000111111000010101111011000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88b48f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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