#88A271

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

Shades of Amulet #88A271

Tints of Amulet #88A271

Color information

#88A271 (or 0x88A271) is unknown color: approx Amulet. HEX triplet: 88, A2 and 71. RGB value is (136,162,113). Sum of RGB (Red+Green+Blue) = 136+162+113=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #88A271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88A271 is #775D8E. Grayscale: #949494. Windows color (decimal): -7822735 or 7447176. OLE color: 7447176.

HSL color Cylindrical-coordinate representation of color #88A271: hue angle of 91.84º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88A271 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB136162113-
CMYK0.1600.300.36
HSL91.84º20.85%53.92%-
HSV(B)91.84º30.25%63.53%-
XYZ26.0532.2720.48-
YUV148.64107.89118.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.09%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=33.09%
G=39.42%
B=27.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361621130.1600.300.3691.8420.8553.92
Hex88A2711001E245c1536
Octal21024216120036441342566
Binary1000100010100010111000110000011110100100101110010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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