#88B17C

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

Shades of Amulet #88B17C

Tints of Amulet #88B17C

Color information

#88B17C (or 0x88B17C) is unknown color: approx Amulet. HEX triplet: 88, B1 and 7C. RGB value is (136,177,124). Sum of RGB (Red+Green+Blue) = 136+177+124=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #88B17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B17C is #774E83. Grayscale: #9E9E9E. Windows color (decimal): -7818884 or 8171912. OLE color: 8171912.

HSL color Cylindrical-coordinate representation of color #88B17C: hue angle of 106.42º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88B17C is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB136177124-
CMYK0.2300.300.31
HSL106.42º25.36%59.02%-
HSV(B)106.42º29.94%69.41%-
XYZ29.5138.1324.87-
YUV158.7108.42111.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=31.12%
G=40.50%
B=28.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1361771240.2300.300.31106.4225.3659.02
Hex88B17C1701E1F6a193b
Octal21026117427036371523173
Binary100010001011000111111001011101111011111110101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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