#9DA19D

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

Shades of Pewter #9DA19D

Tints of Pewter #9DA19D

Color information

#9DA19D (or 0x9DA19D) is unknown color: approx Pewter. HEX triplet: 9D, A1 and 9D. RGB value is (157,161,157). Sum of RGB (Red+Green+Blue) = 157+161+157=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA19D is #625E62. Grayscale: #9F9F9F. Windows color (decimal): -6446691 or 10330525. OLE color: 10330525.

HSL color Cylindrical-coordinate representation of color #9DA19D: hue angle of 120º degrees, saturation: 0.02, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9DA19D is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB157161157-
CMYK0.0200.020.37
HSL120º2.08%62.35%-
HSV(B)120º2.48%63.14%-
XYZ32.7435.0936.95-
YUV159.35126.67126.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.05%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=33.05%
G=33.89%
B=33.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1571611570.0200.020.371202.0862.35
Hex9DA19D202257823e
Octal23524123520245170276
Binary10011101101000011001110110010100101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA19D; }

 p { color: rgb(157,161,157); }

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

<style>
 a { background-color: #9DA19D; }

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

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

<style>
 span { border-color: #9DA19D; }

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

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