#92AA92

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

Shades of Pewter #92AA92

Tints of Pewter #92AA92

Color information

#92AA92 (or 0x92AA92) is unknown color: approx Pewter. HEX triplet: 92, AA and 92. RGB value is (146,170,146). Sum of RGB (Red+Green+Blue) = 146+170+146=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 146 (57.42% from 255 or 31.60% from 462); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AA92 is #6D556D. Grayscale: #A0A0A0. Windows color (decimal): -7165294 or 9611922. OLE color: 9611922.

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

Color convert

RGB146170146-
CMYK0.1400.140.33
HSL120º12.37%61.96%-
HSV(B)120º14.12%66.67%-
XYZ31.4236.9432.67-
YUV160.09120.05117.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 170 (66.80% from 255) = 36.80%
BLUE value IS 146 (57.42% from 255) = 31.60%
R=31.60%
G=36.80%
B=31.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461701460.1400.140.3312012.3761.96
Hex92AA92E0E2178c3e
Octal22225222216016411701476
Binary10010010101010101001001011100111010000111110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AA92; }

 p { color: rgb(146,170,146); }

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

<style>
 a { background-color: #92AA92; }

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

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

<style>
 span { border-color: #92AA92; }

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

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