Html Css Color HEX #93A395 Pewter

📋 copy color: '#93A395'

red 147 ◦ green 163 ◦ blue 149

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

Shades of Pewter #93A395

Tints of Pewter #93A395

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

 BLUE value IS 149 (58.59% from 255) = 32.46%

R = 32.03%
G = 35.51%
B = 32.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#93A395 (or 0x93A395) is known color: Pewter. HEX triplet: 93, A3 and 95. RGB value is (147,163,149). Sum of RGB (Red+Green+Blue) = 147+163+149=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 163 - color contains mainly: green. Hex color #93A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A395 is #6C5C6A. Grayscale: #9C9C9C. Windows color (decimal): -7101547 or 9806739. OLE color: 9806739.

HSL color Cylindrical-coordinate representation of color #93A395: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #93A395 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 147 163 149 -
CMYK 0.10 0 0.09 0.36
HSL 127.5º 0.08% 0.61% -
HSV(B) 127.5º 0.1% 0.64% -
XYZ 30.55 34.57 33.5 -
YUV 156.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 147 163 149 0.10 0 0.09 0.36 127.5 0.08 0.61
Hex 93 A3 95 A 0 9 24 80 8 3D
Octal 223 243 225 12 0 11 44 200 10 75
Binary 10010011 10100011 10010101 1010 0 1001 100100 10000000 1000 111101

Color Harmonies of #93A395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A395

Black with #93A395

Text Example


Text Example

White with #93A395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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