#88AD73

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

Shades of Amulet #88AD73

Tints of Amulet #88AD73

Color information

#88AD73 (or 0x88AD73) is unknown color: approx Amulet. HEX triplet: 88, AD and 73. RGB value is (136,173,115). Sum of RGB (Red+Green+Blue) = 136+173+115=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #88AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88AD73 is #77528C. Grayscale: #9B9B9B. Windows color (decimal): -7819917 or 7581064. OLE color: 7581064.

HSL color Cylindrical-coordinate representation of color #88AD73: hue angle of 98.28º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88AD73 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB136173115-
CMYK0.2100.340.32
HSL98.28º26.13%56.47%-
HSV(B)98.28º33.53%67.84%-
XYZ28.1936.3621.75-
YUV155.32105.24114.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.08%
GREEN value IS 173 (67.97% from 255) = 40.80%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=32.08%
G=40.80%
B=27.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361731150.2100.340.3298.2826.1356.47
Hex88AD731502220621a38
Octal21025516325042401423270
Binary10001000101011011110011101010100010100000110001011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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