#88B27C

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

Shades of Amulet #88B27C

Tints of Amulet #88B27C

Color information

#88B27C (or 0x88B27C) is unknown color: approx Amulet. HEX triplet: 88, B2 and 7C. RGB value is (136,178,124). Sum of RGB (Red+Green+Blue) = 136+178+124=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #88B27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88B27C is #774D83. Grayscale: #9F9F9F. Windows color (decimal): -7818628 or 8172168. OLE color: 8172168.

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

Color convert

RGB136178124-
CMYK0.2400.300.30
HSL106.67º25.96%59.22%-
HSV(B)106.67º30.34%69.8%-
XYZ29.7138.5324.94-
YUV159.29108.09111.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 124 (48.83% from 255) = 28.31%
R=31.05%
G=40.64%
B=28.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1361781240.2400.300.30106.6725.9659.22
Hex88B27C1801E1E6b1a3b
Octal21026217430036361533273
Binary100010001011001011111001100001111011110110101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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