#9BAEA5

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

Shades of Tower Grey #9BAEA5

Tints of Tower Grey #9BAEA5

Color information

#9BAEA5 (or 0x9BAEA5) is unknown color: approx Tower Grey. HEX triplet: 9B, AE and A5. RGB value is (155,174,165). Sum of RGB (Red+Green+Blue) = 155+174+165=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 165 (64.84% from 255 or 33.40% from 494); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAEA5 is #64515A. Grayscale: #A7A7A7. Windows color (decimal): -6574427 or 10858139. OLE color: 10858139.

HSL color Cylindrical-coordinate representation of color #9BAEA5: hue angle of 151.58º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BAEA5 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB155174165-
CMYK0.1100.050.32
HSL151.58º10.5%64.51%-
HSV(B)151.58º10.92%68.24%-
XYZ35.4539.9641.44-
YUV167.29126.71119.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 174 (68.36% from 255) = 35.22%
BLUE value IS 165 (64.84% from 255) = 33.40%
R=31.38%
G=35.22%
B=33.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1551741650.1100.050.32151.5810.564.51
Hex9BAEA5B052098a41
Octal23325624513054023012101
Binary100110111010111010100101101101011000001001100010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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