#94AF96

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

Shades of Pewter #94AF96

Tints of Pewter #94AF96

Color information

#94AF96 (or 0x94AF96) is unknown color: approx Pewter. HEX triplet: 94, AF and 96. RGB value is (148,175,150). Sum of RGB (Red+Green+Blue) = 148+175+150=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AF96 is #6B5069. Grayscale: #A4A4A4. Windows color (decimal): -7032938 or 9875348. OLE color: 9875348.

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

Color convert

RGB148175150-
CMYK0.1500.140.31
HSL124.44º14.44%63.33%-
HSV(B)124.44º15.43%68.63%-
XYZ33.0539.1634.67-
YUV164.08120.05116.53-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 175 (68.75% from 255) = 37.00%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=31.29%
G=37.00%
B=31.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1481751500.1500.140.31124.4414.4463.33
Hex94AF96F0E1F7ce3f
Octal22425722617016371741677
Binary1001010010101111100101101111011101111111111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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