#949894

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

Shades of Pewter #949894

Tints of Pewter #949894

Color information

#949894 (or 0x949894) is unknown color: approx Pewter. HEX triplet: 94, 98 and 94. RGB value is (148,152,148). Sum of RGB (Red+Green+Blue) = 148+152+148=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 152 - color contains mainly: green. Hex color #949894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949894 is #6B676B. Grayscale: #969696. Windows color (decimal): -7038828 or 9738388. OLE color: 9738388.

HSL color Cylindrical-coordinate representation of color #949894: hue angle of 120º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #949894 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB148152148-
CMYK0.0300.030.40
HSL120º1.9%58.82%-
HSV(B)120º2.63%59.61%-
XYZ28.7930.8932.46-
YUV150.35126.67126.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=33.04%
G=33.93%
B=33.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481521480.0300.030.401201.958.82
Hex949894303287823b
Octal22423022430350170273
Binary10010100100110001001010011011101000111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949894; }

 p { color: rgb(148,152,148); }

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

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

 a { background-color: rgb(148,152,148); }

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

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

 span { border-color: rgb(148,152,148); }

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