#88B373

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

Shades of Amulet #88B373

Tints of Amulet #88B373

Color information

#88B373 (or 0x88B373) is unknown color: approx Amulet. HEX triplet: 88, B3 and 73. RGB value is (136,179,115). Sum of RGB (Red+Green+Blue) = 136+179+115=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #88B373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B373 is #774C8C. Grayscale: #9F9F9F. Windows color (decimal): -7818381 or 7582600. OLE color: 7582600.

HSL color Cylindrical-coordinate representation of color #88B373: hue angle of 100.31º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88B373 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB136179115-
CMYK0.2400.360.30
HSL100.31º29.63%57.65%-
HSV(B)100.31º35.75%70.2%-
XYZ29.3738.7122.14-
YUV158.85103.25111.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 115 (45.31% from 255) = 26.74%
R=31.63%
G=41.63%
B=26.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361791150.2400.360.30100.3129.6357.65
Hex88B373180241E641e3a
Octal21026316330044361443672
Binary1000100010110011111001111000010010011110110010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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