#94AC95

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

Shades of Pewter #94AC95

Tints of Pewter #94AC95

Color information

#94AC95 (or 0x94AC95) is unknown color: approx Pewter. HEX triplet: 94, AC and 95. RGB value is (148,172,149). Sum of RGB (Red+Green+Blue) = 148+172+149=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 172 - color contains mainly: green. Hex color #94AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94AC95 is #6B536A. Grayscale: #A2A2A2. Windows color (decimal): -7033707 or 9809044. OLE color: 9809044.

HSL color Cylindrical-coordinate representation of color #94AC95: hue angle of 122.5º 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 #94AC95 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB148172149-
CMYK0.1400.130.33
HSL122.5º12.63%62.75%-
HSV(B)122.5º13.95%67.45%-
XYZ32.3937.9734.06-
YUV162.2120.55117.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=31.56%
G=36.67%
B=31.77%

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
Decimal1481721490.1400.130.33122.512.6362.75
Hex94AC95E0D217ad3f
Octal22425422516015411721577
Binary10010100101011001001010111100110110000111110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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