#94AC96

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

Shades of Pewter #94AC96

Tints of Pewter #94AC96

Color information

#94AC96 (or 0x94AC96) is unknown color: approx Pewter. HEX triplet: 94, AC and 96. RGB value is (148,172,150). Sum of RGB (Red+Green+Blue) = 148+172+150=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC96 is #6B5369. Grayscale: #A2A2A2. Windows color (decimal): -7033706 or 9874580. OLE color: 9874580.

HSL color Cylindrical-coordinate representation of color #94AC96: hue angle of 125º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #94AC96 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB148172150-
CMYK0.1400.130.33
HSL125º12.63%62.75%-
HSV(B)125º13.95%67.45%-
XYZ32.473834.48-
YUV162.32121.05117.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 150 (58.98% from 255) = 31.91%
R=31.49%
G=36.60%
B=31.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481721500.1400.130.3312512.6362.75
Hex94AC96E0D217dd3f
Octal22425422616015411751577
Binary10010100101011001001011011100110110000111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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