Html Css Color HEX #93AF95 Pewter

📋 copy color: '#93AF95'

red 147 ◦ green 175 ◦ blue 149

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

Shades of Pewter #93AF95

Tints of Pewter #93AF95

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.15%

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

R = 31.21%
G = 37.15%
B = 31.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#93AF95 (or 0x93AF95) is known color: Pewter. HEX triplet: 93, AF and 95. RGB value is (147,175,149). Sum of RGB (Red+Green+Blue) = 147+175+149=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF95 is #6C506A. Grayscale: #A3A3A3. Windows color (decimal): -7098475 or 9809811. OLE color: 9809811.

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

Color convert

RGB 147 175 149 -
CMYK 0.16 0 0.15 0.31
HSL 124.29º 0.15% 0.63% -
HSV(B) 124.29º 0.16% 0.69% -
XYZ 32.79 39.03 34.24 -
YUV 163.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 147 175 149 0.16 0 0.15 0.31 124.29 0.15 0.63
Hex 93 AF 95 10 0 F 1F 7C F 3F
Octal 223 257 225 20 0 17 37 174 17 77
Binary 10010011 10101111 10010101 10000 0 1111 11111 1111100 1111 111111

Color Harmonies of #93AF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AF95

Black with #93AF95

Text Example


Text Example

White with #93AF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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