#97A497

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

Shades of Pewter #97A497

Tints of Pewter #97A497

Color information

#97A497 (or 0x97A497) is unknown color: approx Pewter. HEX triplet: 97, A4 and 97. RGB value is (151,164,151). Sum of RGB (Red+Green+Blue) = 151+164+151=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #97A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A497 is #685B68. Grayscale: #9E9E9E. Windows color (decimal): -6839145 or 9938071. OLE color: 9938071.

HSL color Cylindrical-coordinate representation of color #97A497: hue angle of 120º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #97A497 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB151164151-
CMYK0.0800.080.36
HSL120º6.67%61.76%-
HSV(B)120º7.93%64.31%-
XYZ31.6235.3634.44-
YUV158.63123.69122.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.40%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=32.40%
G=35.19%
B=32.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511641510.0800.080.361206.6761.76
Hex97A497808247873e
Octal2272442271001044170776
Binary1001011110100100100101111000010001001001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A497; }

 p { color: rgb(151,164,151); }

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

<style>
 a { background-color: #97A497; }

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

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

<style>
 span { border-color: #97A497; }

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

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