#95AF97

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

Shades of Pewter #95AF97

Tints of Pewter #95AF97

Color information

#95AF97 (or 0x95AF97) is unknown color: approx Pewter. HEX triplet: 95, AF and 97. RGB value is (149,175,151). Sum of RGB (Red+Green+Blue) = 149+175+151=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF97 is #6A5068. Grayscale: #A4A4A4. Windows color (decimal): -6967401 or 9940885. OLE color: 9940885.

HSL color Cylindrical-coordinate representation of color #95AF97: hue angle of 124.62º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95AF97 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB149175151-
CMYK0.1500.140.31
HSL124.62º13.98%63.53%-
HSV(B)124.62º14.86%68.63%-
XYZ33.3139.2835.11-
YUV164.49120.39116.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=31.37%
G=36.84%
B=31.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751510.1500.140.31124.6213.9863.53
Hex95AF97F0E1F7de40
Octal225257227170163717516100
Binary10010101101011111001011111110111011111111110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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