#91AB93

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

Shades of Pewter #91AB93

Tints of Pewter #91AB93

Color information

#91AB93 (or 0x91AB93) is unknown color: approx Pewter. HEX triplet: 91, AB and 93. RGB value is (145,171,147). Sum of RGB (Red+Green+Blue) = 145+171+147=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #91AB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91AB93 is #6E546C. Grayscale: #A0A0A0. Windows color (decimal): -7230573 or 9677713. OLE color: 9677713.

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

Color convert

RGB145171147-
CMYK0.1500.140.33
HSL124.62º13.4%61.96%-
HSV(B)124.62º15.2%67.06%-
XYZ31.5137.2533.13-
YUV160.49120.39116.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.32%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 147 (57.81% from 255) = 31.75%
R=31.32%
G=36.93%
B=31.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451711470.1500.140.33124.6213.461.96
Hex91AB93F0E217dd3e
Octal22125322317016411751576
Binary10010001101010111001001111110111010000111111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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