#88A482

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

Shades of Amulet #88A482

Tints of Amulet #88A482

Color information

#88A482 (or 0x88A482) is unknown color: approx Amulet. HEX triplet: 88, A4 and 82. RGB value is (136,164,130). Sum of RGB (Red+Green+Blue) = 136+164+130=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 164 - color contains mainly: green. Hex color #88A482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A482 is #775B7D. Grayscale: #979797. Windows color (decimal): -7822206 or 8561800. OLE color: 8561800.

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

Color convert

RGB136164130-
CMYK0.1700.210.36
HSL109.41º15.74%57.65%-
HSV(B)109.41º20.73%64.31%-
XYZ27.4633.426.12-
YUV151.75115.72116.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.63%
GREEN value IS 164 (64.45% from 255) = 38.14%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=31.63%
G=38.14%
B=30.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361641300.1700.210.36109.4115.7457.65
Hex88A48211015246d103a
Octal21024420221025441552072
Binary10001000101001001000001010001010101100100110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,164,130); }

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

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

 a { background-color: rgb(136,164,130); }

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

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

 span { border-color: rgb(136,164,130); }

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