#88A577

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

Shades of Amulet #88A577

Tints of Amulet #88A577

Color information

#88A577 (or 0x88A577) is unknown color: approx Amulet. HEX triplet: 88, A5 and 77. RGB value is (136,165,119). Sum of RGB (Red+Green+Blue) = 136+165+119=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 165 - color contains mainly: green. Hex color #88A577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A577 is #775A88. Grayscale: #979797. Windows color (decimal): -7821961 or 7841160. OLE color: 7841160.

HSL color Cylindrical-coordinate representation of color #88A577: hue angle of 97.83º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88A577 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB136165119-
CMYK0.1800.280.35
HSL97.83º20.35%55.69%-
HSV(B)97.83º27.88%64.71%-
XYZ26.9433.4822.49-
YUV151.08109.89117.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.38%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 119 (46.88% from 255) = 28.33%
R=32.38%
G=39.29%
B=28.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361651190.1800.280.3597.8320.3555.69
Hex88A5771201C23621438
Octal21024516722034431422470
Binary1000100010100101111011110010011100100011110001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,165,119); }

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

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

 a { background-color: rgb(136,165,119); }

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

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

 span { border-color: rgb(136,165,119); }

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