#929C92

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

Shades of Pewter #929C92

Tints of Pewter #929C92

Color information

#929C92 (or 0x929C92) is unknown color: approx Pewter. HEX triplet: 92, 9C and 92. RGB value is (146,156,146). Sum of RGB (Red+Green+Blue) = 146+156+146=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 156 - color contains mainly: green. Hex color #929C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929C92 is #6D636D. Grayscale: #979797. Windows color (decimal): -7168878 or 9608338. OLE color: 9608338.

HSL color Cylindrical-coordinate representation of color #929C92: hue angle of 120º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #929C92 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB146156146-
CMYK0.0600.060.39
HSL120º4.81%59.22%-
HSV(B)120º6.41%61.18%-
XYZ28.9331.9631.84-
YUV151.87124.69123.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.59%
GREEN value IS 156 (61.33% from 255) = 34.82%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=32.59%
G=34.82%
B=32.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461561460.0600.060.391204.8159.22
Hex929C92606277853b
Octal22223422260647170573
Binary10010010100111001001001011001101001111111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929C92; }

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

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

<style>
 a { background-color: #929C92; }

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

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

<style>
 span { border-color: #929C92; }

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

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