Html Css Color HEX #93A194 Pewter

📋 copy color: '#93A194'

red 147 ◦ green 161 ◦ blue 148

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

Shades of Pewter #93A194

Tints of Pewter #93A194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.31%

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

R = 32.24%
G = 35.31%
B = 32.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#93A194 (or 0x93A194) is known color: Pewter. HEX triplet: 93, A1 and 94. RGB value is (147,161,148). Sum of RGB (Red+Green+Blue) = 147+161+148=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 161 (63.28% from 255 or 35.31% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 161 - color contains mainly: green. Hex color #93A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A194 is #6C5E6B. Grayscale: #9B9B9B. Windows color (decimal): -7102060 or 9740691. OLE color: 9740691.

HSL color Cylindrical-coordinate representation of color #93A194: hue angle of 124.29º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #93A194 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 161 148 -
CMYK 0.09 0 0.08 0.37
HSL 124.29º 0.07% 0.6% -
HSV(B) 124.29º 0.09% 0.63% -
XYZ 30.12 33.83 32.96 -
YUV 155.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 147 161 148 0.09 0 0.08 0.37 124.29 0.07 0.6
Hex 93 A1 94 9 0 8 25 7C 7 3C
Octal 223 241 224 11 0 10 45 174 7 74
Binary 10010011 10100001 10010100 1001 0 1000 100101 1111100 111 111100

Color Harmonies of #93A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A194

Black with #93A194

Text Example


Text Example

White with #93A194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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