#9BACA2

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

Shades of Tower Grey #9BACA2

Tints of Tower Grey #9BACA2

Color information

#9BACA2 (or 0x9BACA2) is unknown color: approx Tower Grey. HEX triplet: 9B, AC and A2. RGB value is (155,172,162). Sum of RGB (Red+Green+Blue) = 155+172+162=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #9BACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACA2 is #64535D. Grayscale: #A5A5A5. Windows color (decimal): -6574942 or 10661019. OLE color: 10661019.

HSL color Cylindrical-coordinate representation of color #9BACA2: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BACA2 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB155172162-
CMYK0.1000.060.33
HSL144.71º9.29%64.12%-
HSV(B)144.71º9.88%67.45%-
XYZ34.7939.0839.89-
YUV165.78125.87120.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 162 (63.67% from 255) = 33.13%
R=31.70%
G=35.17%
B=33.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721620.1000.060.33144.719.2964.12
Hex9BACA2A062191940
Octal23325424212064122111100
Binary100110111010110010100010101001101000011001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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