#9BA39B

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

Shades of Pewter #9BA39B

Tints of Pewter #9BA39B

Color information

#9BA39B (or 0x9BA39B) is unknown color: approx Pewter. HEX triplet: 9B, A3 and 9B. RGB value is (155,163,155). Sum of RGB (Red+Green+Blue) = 155+163+155=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 163 - color contains mainly: green. Hex color #9BA39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA39B is #645C64. Grayscale: #9F9F9F. Windows color (decimal): -6577253 or 10199963. OLE color: 10199963.

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

Color convert

RGB155163155-
CMYK0.0500.050.36
HSL120º4.17%62.35%-
HSV(B)120º4.91%63.92%-
XYZ32.5335.5336.15-
YUV159.7125.35124.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.77%
GREEN value IS 163 (64.06% from 255) = 34.46%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=32.77%
G=34.46%
B=32.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551631550.0500.050.361204.1762.35
Hex9BA39B505247843e
Octal23324323350544170476
Binary10011011101000111001101110101011001001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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