#88A487

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

Shades of Pewter #88A487

Tints of Pewter #88A487

Color information

#88A487 (or 0x88A487) is unknown color: approx Pewter. HEX triplet: 88, A4 and 87. RGB value is (136,164,135). Sum of RGB (Red+Green+Blue) = 136+164+135=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #88A487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88A487 is #775B78. Grayscale: #989898. Windows color (decimal): -7822201 or 8889480. OLE color: 8889480.

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

Color convert

RGB136164135-
CMYK0.1700.180.36
HSL117.93º13.74%58.63%-
HSV(B)117.93º17.68%64.31%-
XYZ27.833.5327.93-
YUV152.32118.22116.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.26%
GREEN value IS 164 (64.45% from 255) = 37.70%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=31.26%
G=37.70%
B=31.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1361641350.1700.180.36117.9313.7458.63
Hex88A487110122476e3b
Octal21024420721022441661673
Binary1000100010100100100001111000101001010010011101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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