#9BA29B

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

Shades of Pewter #9BA29B

Tints of Pewter #9BA29B

Color information

#9BA29B (or 0x9BA29B) is unknown color: approx Pewter. HEX triplet: 9B, A2 and 9B. RGB value is (155,162,155). Sum of RGB (Red+Green+Blue) = 155+162+155=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA29B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA29B is #645D64. Grayscale: #9F9F9F. Windows color (decimal): -6577509 or 10199707. OLE color: 10199707.

HSL color Cylindrical-coordinate representation of color #9BA29B: 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.04%. Process color model (Four color, CMYK) of #9BA29B is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB155162155-
CMYK0.0400.040.36
HSL120º3.63%62.16%-
HSV(B)120º4.32%63.53%-
XYZ32.3535.1836.09-
YUV159.11125.68125.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 162 (63.67% from 255) = 34.32%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=32.84%
G=34.32%
B=32.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551621550.0400.040.361203.6362.16
Hex9BA29B404247843e
Octal23324223340444170476
Binary10011011101000101001101110001001001001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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