#88A571

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

Shades of Amulet #88A571

Tints of Amulet #88A571

Color information

#88A571 (or 0x88A571) is unknown color: approx Amulet. HEX triplet: 88, A5 and 71. RGB value is (136,165,113). Sum of RGB (Red+Green+Blue) = 136+165+113=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #88A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A571 is #775A8E. Grayscale: #969696. Windows color (decimal): -7821967 or 7447944. OLE color: 7447944.

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

Color convert

RGB136165113-
CMYK0.1800.320.35
HSL93.46º22.41%54.51%-
HSV(B)93.46º31.52%64.71%-
XYZ26.5933.3420.66-
YUV150.4106.89117.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 113 (44.53% from 255) = 27.29%
R=32.85%
G=39.86%
B=27.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361651130.1800.320.3593.4622.4154.51
Hex88A57112020235d1637
Octal21024516122040431352667
Binary10001000101001011110001100100100000100011101110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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