#929D92

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

Shades of Pewter #929D92

Tints of Pewter #929D92

Color information

#929D92 (or 0x929D92) is unknown color: approx Pewter. HEX triplet: 92, 9D and 92. RGB value is (146,157,146). Sum of RGB (Red+Green+Blue) = 146+157+146=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 157 - color contains mainly: green. Hex color #929D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D92 is #6D626D. Grayscale: #989898. Windows color (decimal): -7168622 or 9608594. OLE color: 9608594.

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

Color convert

RGB146157146-
CMYK0.0700.070.38
HSL120º5.31%59.41%-
HSV(B)120º7.01%61.57%-
XYZ29.132.331.9-
YUV152.46124.36123.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=32.52%
G=34.97%
B=32.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461571460.0700.070.381205.3159.41
Hex929D92707267853b
Octal22223522270746170573
Binary10010010100111011001001011101111001101111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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