#95AC97

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

Shades of Pewter #95AC97

Tints of Pewter #95AC97

Color information

#95AC97 (or 0x95AC97) is unknown color: approx Pewter. HEX triplet: 95, AC and 97. RGB value is (149,172,151). Sum of RGB (Red+Green+Blue) = 149+172+151=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #95AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AC97 is #6A5368. Grayscale: #A2A2A2. Windows color (decimal): -6968169 or 9940117. OLE color: 9940117.

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

Color convert

RGB149172151-
CMYK0.1300.120.33
HSL125.22º12.17%62.94%-
HSV(B)125.22º13.37%67.45%-
XYZ32.7338.1334.91-
YUV162.73121.38118.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 151 (59.38% from 255) = 31.99%
R=31.57%
G=36.44%
B=31.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491721510.1300.120.33125.2212.1762.94
Hex95AC97D0C217dc3f
Octal22525422715014411751477
Binary10010101101011001001011111010110010000111111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AC97; }

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

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

<style>
 a { background-color: #95AC97; }

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

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

<style>
 span { border-color: #95AC97; }

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

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