#91A292

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

Shades of Pewter #91A292

Tints of Pewter #91A292

Color information

#91A292 (or 0x91A292) is unknown color: approx Pewter. HEX triplet: 91, A2 and 92. RGB value is (145,162,146). Sum of RGB (Red+Green+Blue) = 145+162+146=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #91A292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A292 is #6E5D6D. Grayscale: #9B9B9B. Windows color (decimal): -7232878 or 9609873. OLE color: 9609873.

HSL color Cylindrical-coordinate representation of color #91A292: hue angle of 123.53º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #91A292 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB145162146-
CMYK0.1000.100.36
HSL123.53º8.37%60.2%-
HSV(B)123.53º10.49%63.53%-
XYZ29.7933.9432.17-
YUV155.09122.87120.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.01%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=32.01%
G=35.76%
B=32.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451621460.1000.100.36123.538.3760.2
Hex91A292A0A247c83c
Octal22124222212012441741074
Binary10010001101000101001001010100101010010011111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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