#93AE95

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

Shades of Pewter #93AE95

Tints of Pewter #93AE95

Color information

#93AE95 (or 0x93AE95) is unknown color: approx Pewter. HEX triplet: 93, AE and 95. RGB value is (147,174,149). Sum of RGB (Red+Green+Blue) = 147+174+149=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AE95 is #6C516A. Grayscale: #A3A3A3. Windows color (decimal): -7098731 or 9809555. OLE color: 9809555.

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

Color convert

RGB147174149-
CMYK0.1600.140.32
HSL124.44º14.29%62.94%-
HSV(B)124.44º15.52%68.24%-
XYZ32.5938.6534.18-
YUV163.08120.05116.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 174 (68.36% from 255) = 37.02%
BLUE value IS 149 (58.59% from 255) = 31.70%
R=31.28%
G=37.02%
B=31.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1471741490.1600.140.32124.4414.2962.94
Hex93AE95100E207ce3f
Octal22325622520016401741677
Binary100100111010111010010101100000111010000011111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93AE95; }

 p { color: rgb(147,174,149); }

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

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

 a { background-color: rgb(147,174,149); }

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

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

 span { border-color: rgb(147,174,149); }

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