#91AC92

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

Shades of Pewter #91AC92

Tints of Pewter #91AC92

Color information

#91AC92 (or 0x91AC92) is unknown color: approx Pewter. HEX triplet: 91, AC and 92. RGB value is (145,172,146). Sum of RGB (Red+Green+Blue) = 145+172+146=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #91AC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AC92 is #6E536D. Grayscale: #A1A1A1. Windows color (decimal): -7230318 or 9612433. OLE color: 9612433.

HSL color Cylindrical-coordinate representation of color #91AC92: hue angle of 122.22º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #91AC92 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB145172146-
CMYK0.1600.150.33
HSL122.22º13.99%62.16%-
HSV(B)122.22º15.7%67.45%-
XYZ31.6237.632.79-
YUV160.96119.55116.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=31.32%
G=37.15%
B=31.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451721460.1600.150.33122.2213.9962.16
Hex91AC92100F217ae3e
Octal22125422220017411721676
Binary100100011010110010010010100000111110000111110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,172,146); }

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

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

 a { background-color: rgb(145,172,146); }

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

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

 span { border-color: rgb(145,172,146); }

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