#88AC73

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

Shades of Amulet #88AC73

Tints of Amulet #88AC73

Color information

#88AC73 (or 0x88AC73) is unknown color: approx Amulet. HEX triplet: 88, AC and 73. RGB value is (136,172,115). Sum of RGB (Red+Green+Blue) = 136+172+115=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #88AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AC73 is #77538C. Grayscale: #9A9A9A. Windows color (decimal): -7820173 or 7580808. OLE color: 7580808.

HSL color Cylindrical-coordinate representation of color #88AC73: hue angle of 97.89º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88AC73 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB136172115-
CMYK0.2100.330.33
HSL97.89º25.56%56.27%-
HSV(B)97.89º33.14%67.45%-
XYZ2835.9821.69-
YUV154.74105.57114.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=32.15%
G=40.66%
B=27.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1361721150.2100.330.3397.8925.5656.27
Hex88AC731502121621a38
Octal21025416325041411423270
Binary10001000101011001110011101010100001100001110001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,172,115); }

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

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

 a { background-color: rgb(136,172,115); }

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

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

 span { border-color: rgb(136,172,115); }

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