#9BA19B

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

Shades of Pewter #9BA19B

Tints of Pewter #9BA19B

Color information

#9BA19B (or 0x9BA19B) is unknown color: approx Pewter. HEX triplet: 9B, A1 and 9B. RGB value is (155,161,155). Sum of RGB (Red+Green+Blue) = 155+161+155=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA19B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA19B is #645E64. Grayscale: #9E9E9E. Windows color (decimal): -6577765 or 10199451. OLE color: 10199451.

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

Color convert

RGB155161155-
CMYK0.0400.040.37
HSL120º3.09%61.96%-
HSV(B)120º3.73%63.14%-
XYZ32.1834.8236.04-
YUV158.52126.01125.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 161 (63.28% from 255) = 34.18%
BLUE value IS 155 (60.94% from 255) = 32.91%
R=32.91%
G=34.18%
B=32.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551611550.0400.040.371203.0961.96
Hex9BA19B404257833e
Octal23324123340445170376
Binary1001101110100001100110111000100100101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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