#88A28B

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

Shades of Envy #88A28B

Tints of Envy #88A28B

Color information

#88A28B (or 0x88A28B) is unknown color: approx Envy. HEX triplet: 88, A2 and 8B. RGB value is (136,162,139). Sum of RGB (Red+Green+Blue) = 136+162+139=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 162 - color contains mainly: green. Hex color #88A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A28B is #775D74. Grayscale: #979797. Windows color (decimal): -7822709 or 9151112. OLE color: 9151112.

HSL color Cylindrical-coordinate representation of color #88A28B: hue angle of 126.92º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #88A28B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB136162139-
CMYK0.1600.140.36
HSL126.92º12.26%58.43%-
HSV(B)126.92º16.05%63.53%-
XYZ27.7332.9429.32-
YUV151.6120.89116.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=31.12%
G=37.07%
B=31.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361621390.1600.140.36126.9212.2658.43
Hex88A28B100E247fc3a
Octal21024221320016441771472
Binary100010001010001010001011100000111010010011111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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