#97AC98

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

Shades of Pewter #97AC98

Tints of Pewter #97AC98

Color information

#97AC98 (or 0x97AC98) is unknown color: approx Pewter. HEX triplet: 97, AC and 98. RGB value is (151,172,152). Sum of RGB (Red+Green+Blue) = 151+172+152=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 172 - color contains mainly: green. Hex color #97AC98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AC98 is #685367. Grayscale: #A3A3A3. Windows color (decimal): -6837096 or 10005655. OLE color: 10005655.

HSL color Cylindrical-coordinate representation of color #97AC98: hue angle of 122.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #97AC98 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB151172152-
CMYK0.1200.120.33
HSL122.86º11.23%63.33%-
HSV(B)122.86º12.21%67.45%-
XYZ33.1838.3535.36-
YUV163.44121.54119.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 152 (59.77% from 255) = 32%
R=31.79%
G=36.21%
B=32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1511721520.1200.120.33122.8611.2363.33
Hex97AC98C0C217bb3f
Octal22725423014014411731377
Binary10010111101011001001100011000110010000111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,172,152); }

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

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

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

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

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

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

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