#88A17C

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

Shades of Amulet #88A17C

Tints of Amulet #88A17C

Color information

#88A17C (or 0x88A17C) is unknown color: approx Amulet. HEX triplet: 88, A1 and 7C. RGB value is (136,161,124). Sum of RGB (Red+Green+Blue) = 136+161+124=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 124 (48.83% from 255 or 29.45% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #88A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A17C is #775E83. Grayscale: #959595. Windows color (decimal): -7822980 or 8167816. OLE color: 8167816.

HSL color Cylindrical-coordinate representation of color #88A17C: hue angle of 100.54º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88A17C is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB136161124-
CMYK0.1600.230.37
HSL100.54º16.44%55.88%-
HSV(B)100.54º22.98%63.14%-
XYZ26.5432.1823.88-
YUV149.31113.72118.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.30%
GREEN value IS 161 (63.28% from 255) = 38.24%
BLUE value IS 124 (48.83% from 255) = 29.45%
R=32.30%
G=38.24%
B=29.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1361611240.1600.230.37100.5416.4455.88
Hex88A17C1001725651038
Octal21024117420027451452070
Binary1000100010100001111110010000010111100101110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,161,124); }

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

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

 a { background-color: rgb(136,161,124); }

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

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

 span { border-color: rgb(136,161,124); }

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