#88B574

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

Shades of Amulet #88B574

Tints of Amulet #88B574

Color information

#88B574 (or 0x88B574) is unknown color: approx Amulet. HEX triplet: 88, B5 and 74. RGB value is (136,181,116). Sum of RGB (Red+Green+Blue) = 136+181+116=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #88B574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B574 is #774A8B. Grayscale: #A0A0A0. Windows color (decimal): -7817868 or 7648648. OLE color: 7648648.

HSL color Cylindrical-coordinate representation of color #88B574: hue angle of 101.54º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88B574 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB136181116-
CMYK0.2500.360.29
HSL101.54º30.52%58.24%-
HSV(B)101.54º35.91%70.98%-
XYZ29.8339.5422.58-
YUV160.14103.09110.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.41%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 116 (45.70% from 255) = 26.79%
R=31.41%
G=41.80%
B=26.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361811160.2500.360.29101.5430.5258.24
Hex88B574190241D661f3a
Octal21026516431044351463772
Binary1000100010110101111010011001010010011101110011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,181,116); }

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

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

 a { background-color: rgb(136,181,116); }

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

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

 span { border-color: rgb(136,181,116); }

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