#88A581

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

Shades of Amulet #88A581

Tints of Amulet #88A581

Color information

#88A581 (or 0x88A581) is unknown color: approx Amulet. HEX triplet: 88, A5 and 81. RGB value is (136,165,129). Sum of RGB (Red+Green+Blue) = 136+165+129=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #88A581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A581 is #775A7E. Grayscale: #989898. Windows color (decimal): -7821951 or 8496520. OLE color: 8496520.

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

Color convert

RGB136165129-
CMYK0.1800.220.35
HSL108.33º16.67%57.65%-
HSV(B)108.33º21.82%64.71%-
XYZ27.5733.7325.83-
YUV152.22114.89116.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 129 (50.78% from 255) = 30%
R=31.63%
G=38.37%
B=30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1361651290.1800.220.35108.3316.6757.65
Hex88A58112016236c113a
Octal21024520122026431542172
Binary10001000101001011000000110010010110100011110110010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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