#88A477

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

Shades of Amulet #88A477

Tints of Amulet #88A477

Color information

#88A477 (or 0x88A477) is unknown color: approx Amulet. HEX triplet: 88, A4 and 77. RGB value is (136,164,119). Sum of RGB (Red+Green+Blue) = 136+164+119=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #88A477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A477 is #775B88. Grayscale: #969696. Windows color (decimal): -7822217 or 7840904. OLE color: 7840904.

HSL color Cylindrical-coordinate representation of color #88A477: hue angle of 97.33º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88A477 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB136164119-
CMYK0.1700.270.36
HSL97.33º19.82%55.49%-
HSV(B)97.33º27.44%64.31%-
XYZ26.7633.1222.43-
YUV150.5110.22117.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=32.46%
G=39.14%
B=28.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361641190.1700.270.3697.3319.8255.49
Hex88A4771101B24611437
Octal21024416721033441412467
Binary1000100010100100111011110001011011100100110000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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