Html Css Color HEX #9BABA5 Tower Grey

📋 copy color: '#9BABA5'

red 155 ◦ green 171 ◦ blue 165

#9BABA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tower Grey #9BABA5

Tints of Tower Grey #9BABA5

RGB

 RED value IS 155 (60.94% from 255) = 31.57%

 GREEN value IS 171 (67.19% from 255) = 34.83%

 BLUE value IS 165 (64.84% from 255) = 33.6%

R = 31.57%
G = 34.83%
B = 33.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#9BABA5 (or 0x9BABA5) is known color: Tower Grey. HEX triplet: 9B, AB and A5. RGB value is (155,171,165). Sum of RGB (Red+Green+Blue) = 155+171+165=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 171 - color contains mainly: green. Hex color #9BABA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BABA5 is #64545A. Grayscale: #A5A5A5. Windows color (decimal): -6575195 or 10857371. OLE color: 10857371.

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

Color convert

RGB 155 171 165 -
CMYK 0.09 0 0.04 0.33
HSL 157.5º 0.09% 0.64% -
HSV(B) 157.5º 0.09% 0.67% -
XYZ 34.87 38.81 41.25 -
YUV 165.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 155 171 165 0.09 0 0.04 0.33 157.5 0.09 0.64
Hex 9B AB A5 9 0 4 21 9E 9 40
Octal 233 253 245 11 0 4 41 236 11 100
Binary 10011011 10101011 10100101 1001 0 100 100001 10011110 1001 1000000

Color Harmonies of #9BABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABA5

Black with #9BABA5

Text Example


Text Example

White with #9BABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BABA5;
 }
 .AnyTagClassName
 {
   color: #9BABA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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