Html Css Color HEX #93A794 Pewter

📋 copy color: '#93A794'

red 147 ◦ green 167 ◦ blue 148

#93A794
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #93A794

Tints of Pewter #93A794

RGB

 RED value IS 147 (57.81% from 255) = 31.82%

 GREEN value IS 167 (65.63% from 255) = 36.15%

 BLUE value IS 148 (58.2% from 255) = 32.03%

R = 31.82%
G = 36.15%
B = 32.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#93A794 (or 0x93A794) is known color: Pewter. HEX triplet: 93, A7 and 94. RGB value is (147,167,148). Sum of RGB (Red+Green+Blue) = 147+167+148=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 167 - color contains mainly: green. Hex color #93A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A794 is #6C586B. Grayscale: #9E9E9E. Windows color (decimal): -7100524 or 9742227. OLE color: 9742227.

HSL color Cylindrical-coordinate representation of color #93A794: hue angle of 123º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #93A794 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 167 148 -
CMYK 0.12 0 0.11 0.35
HSL 123º 0.1% 0.62% -
HSV(B) 123º 0.12% 0.65% -
XYZ 31.2 35.98 33.32 -
YUV 158.85 121.87 119.54 -
System Red Green Blue C M Y K H S L
Decimal 147 167 148 0.12 0 0.11 0.35 123 0.1 0.62
Hex 93 A7 94 C 0 B 23 7B A 3E
Octal 223 247 224 14 0 13 43 173 12 76
Binary 10010011 10100111 10010100 1100 0 1011 100011 1111011 1010 111110

Color Harmonies of #93A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A794

Black with #93A794

Text Example


Text Example

White with #93A794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,167,148); }

 H1.HeaderClassName
 {
   color: #93A794;
 }
 .AnyTagClassName
 {
   color: #93A794;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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