#91A993

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

Shades of Pewter #91A993

Tints of Pewter #91A993

Color information

#91A993 (or 0x91A993) is unknown color: approx Pewter. HEX triplet: 91, A9 and 93. RGB value is (145,169,147). Sum of RGB (Red+Green+Blue) = 145+169+147=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 169 - color contains mainly: green. Hex color #91A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A993 is #6E566C. Grayscale: #9F9F9F. Windows color (decimal): -7231085 or 9677201. OLE color: 9677201.

HSL color Cylindrical-coordinate representation of color #91A993: hue angle of 125º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #91A993 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB145169147-
CMYK0.1400.130.34
HSL125º12.24%61.57%-
HSV(B)125º14.2%66.27%-
XYZ31.1336.533.01-
YUV159.32121.05117.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.45%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=31.45%
G=36.66%
B=31.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1451691470.1400.130.3412512.2461.57
Hex91A993E0D227dc3e
Octal22125122316015421751476
Binary10010001101010011001001111100110110001011111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A993; }

 p { color: rgb(145,169,147); }

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

<style>
 a { background-color: #91A993; }

 a { background-color: rgb(145,169,147); }

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

<style>
 span { border-color: #91A993; }

 span { border-color: rgb(145,169,147); }

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