#93AC93

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

Shades of Pewter #93AC93

Tints of Pewter #93AC93

Color information

#93AC93 (or 0x93AC93) is unknown color: approx Pewter. HEX triplet: 93, AC and 93. RGB value is (147,172,147). Sum of RGB (Red+Green+Blue) = 147+172+147=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #93AC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AC93 is #6C536C. Grayscale: #A1A1A1. Windows color (decimal): -7099245 or 9677971. OLE color: 9677971.

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

Color convert

RGB147172147-
CMYK0.1500.150.33
HSL120º13.09%62.55%-
HSV(B)120º14.53%67.45%-
XYZ32.0537.8133.21-
YUV161.68119.72117.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.55%
GREEN value IS 172 (67.58% from 255) = 36.91%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=31.55%
G=36.91%
B=31.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471721470.1500.150.3312013.0962.55
Hex93AC93F0F2178d3f
Octal22325422317017411701577
Binary10010011101011001001001111110111110000111110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,172,147); }

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

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

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

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

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

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

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