#9BA49F

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

Shades of Tower Grey #9BA49F

Tints of Tower Grey #9BA49F

Color information

#9BA49F (or 0x9BA49F) is unknown color: approx Tower Grey. HEX triplet: 9B, A4 and 9F. RGB value is (155,164,159). Sum of RGB (Red+Green+Blue) = 155+164+159=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA49F is #645B60. Grayscale: #A0A0A0. Windows color (decimal): -6576993 or 10462363. OLE color: 10462363.

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

Color convert

RGB155164159-
CMYK0.0500.030.36
HSL146.67º4.71%62.55%-
HSV(B)146.67º5.49%64.31%-
XYZ33.0536.0238.01-
YUV160.74127.02123.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.43%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=32.43%
G=34.31%
B=33.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551641590.0500.030.36146.674.7162.55
Hex9BA49F503249353f
Octal23324423750344223577
Binary10011011101001001001111110101110010010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,159); }

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

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

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

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

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

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

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