#9BB0A5

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

Shades of Tower Grey #9BB0A5

Tints of Tower Grey #9BB0A5

Color information

#9BB0A5 (or 0x9BB0A5) is unknown color: approx Tower Grey. HEX triplet: 9B, B0 and A5. RGB value is (155,176,165). Sum of RGB (Red+Green+Blue) = 155+176+165=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB0A5 is #644F5A. Grayscale: #A8A8A8. Windows color (decimal): -6573915 or 10858651. OLE color: 10858651.

HSL color Cylindrical-coordinate representation of color #9BB0A5: hue angle of 148.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9BB0A5 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB155176165-
CMYK0.1200.060.31
HSL148.57º11.73%64.9%-
HSV(B)148.57º11.93%69.02%-
XYZ35.8340.7441.57-
YUV168.47126.04118.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=31.25%
G=35.48%
B=33.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551761650.1200.060.31148.5711.7364.9
Hex9BB0A5C061F95c41
Octal23326024514063722514101
Binary10011011101100001010010111000110111111001010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,165); }

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

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

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

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

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

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

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