#92A992

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

Shades of Pewter #92A992

Tints of Pewter #92A992

Color information

#92A992 (or 0x92A992) is unknown color: approx Pewter. HEX triplet: 92, A9 and 92. RGB value is (146,169,146). Sum of RGB (Red+Green+Blue) = 146+169+146=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 169 - color contains mainly: green. Hex color #92A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A992 is #6D566D. Grayscale: #9F9F9F. Windows color (decimal): -7165550 or 9611666. OLE color: 9611666.

HSL color Cylindrical-coordinate representation of color #92A992: hue angle of 120º 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 #92A992 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB146169146-
CMYK0.1400.140.34
HSL120º11.79%61.76%-
HSV(B)120º13.61%66.27%-
XYZ31.2336.5632.61-
YUV159.5120.38118.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.67%
GREEN value IS 169 (66.41% from 255) = 36.66%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=31.67%
G=36.66%
B=31.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691460.1400.140.3412011.7961.76
Hex92A992E0E2278c3e
Octal22225122216016421701476
Binary10010010101010011001001011100111010001011110001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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