#88A573

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

Shades of Amulet #88A573

Tints of Amulet #88A573

Color information

#88A573 (or 0x88A573) is unknown color: approx Amulet. HEX triplet: 88, A5 and 73. RGB value is (136,165,115). Sum of RGB (Red+Green+Blue) = 136+165+115=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 165 - color contains mainly: green. Hex color #88A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A573 is #775A8C. Grayscale: #969696. Windows color (decimal): -7821965 or 7579016. OLE color: 7579016.

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

Color convert

RGB136165115-
CMYK0.1800.300.35
HSL94.8º21.74%54.9%-
HSV(B)94.8º30.3%64.71%-
XYZ26.733.3821.26-
YUV150.63107.89117.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 165 (64.84% from 255) = 39.66%
BLUE value IS 115 (45.31% from 255) = 27.64%
R=32.69%
G=39.66%
B=27.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361651150.1800.300.3594.821.7454.9
Hex88A5731201E235f1637
Octal21024516322036431372667
Binary1000100010100101111001110010011110100011101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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