#88B171

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

Shades of Amulet #88B171

Tints of Amulet #88B171

Color information

#88B171 (or 0x88B171) is unknown color: approx Amulet. HEX triplet: 88, B1 and 71. RGB value is (136,177,113). Sum of RGB (Red+Green+Blue) = 136+177+113=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #88B171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B171 is #774E8E. Grayscale: #9D9D9D. Windows color (decimal): -7818895 or 7451016. OLE color: 7451016.

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

Color convert

RGB136177113-
CMYK0.2300.360.31
HSL98.44º29.09%56.86%-
HSV(B)98.44º36.16%69.41%-
XYZ28.8637.8721.41-
YUV157.44102.92112.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.92%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=31.92%
G=41.55%
B=26.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361771130.2300.360.3198.4429.0956.86
Hex88B171170241F621d39
Octal21026116127044371423571
Binary1000100010110001111000110111010010011111110001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,177,113); }

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

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

 a { background-color: rgb(136,177,113); }

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

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

 span { border-color: rgb(136,177,113); }

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