#88AE71

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

Shades of Amulet #88AE71

Tints of Amulet #88AE71

Color information

#88AE71 (or 0x88AE71) is unknown color: approx Amulet. HEX triplet: 88, AE and 71. RGB value is (136,174,113). Sum of RGB (Red+Green+Blue) = 136+174+113=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 174 - color contains mainly: green. Hex color #88AE71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AE71 is #77518E. Grayscale: #9B9B9B. Windows color (decimal): -7819663 or 7450248. OLE color: 7450248.

HSL color Cylindrical-coordinate representation of color #88AE71: hue angle of 97.38º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88AE71 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB136174113-
CMYK0.2200.350.32
HSL97.38º27.35%56.27%-
HSV(B)97.38º35.06%68.24%-
XYZ28.2736.721.22-
YUV155.68103.91113.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 174 (68.36% from 255) = 41.13%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=32.15%
G=41.13%
B=26.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361741130.2200.350.3297.3827.3556.27
Hex88AE711602320611b38
Octal21025616126043401413370
Binary10001000101011101110001101100100011100000110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,174,113); }

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

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

 a { background-color: rgb(136,174,113); }

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

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

 span { border-color: rgb(136,174,113); }

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