#94A396

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

Shades of Pewter #94A396

Tints of Pewter #94A396

Color information

#94A396 (or 0x94A396) is unknown color: approx Pewter. HEX triplet: 94, A3 and 96. RGB value is (148,163,150). Sum of RGB (Red+Green+Blue) = 148+163+150=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 163 - color contains mainly: green. Hex color #94A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A396 is #6B5C69. Grayscale: #9D9D9D. Windows color (decimal): -7036010 or 9872276. OLE color: 9872276.

HSL color Cylindrical-coordinate representation of color #94A396: hue angle of 128º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94A396 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB148163150-
CMYK0.0900.080.36
HSL128º7.54%60.98%-
HSV(B)128º9.2%63.92%-
XYZ30.8134.6933.93-
YUV157.03124.03121.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 150 (58.98% from 255) = 32.54%
R=32.10%
G=35.36%
B=32.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481631500.0900.080.361287.5460.98
Hex94A396908248083d
Octal22424322611010442001075
Binary100101001010001110010110100101000100100100000001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A396; }

 p { color: rgb(148,163,150); }

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

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

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

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

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

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

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