Html Css Color HEX #9BACA6 Tower Grey

📋 copy color: '#9BACA6'

red 155 ◦ green 172 ◦ blue 166

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

Shades of Tower Grey #9BACA6

Tints of Tower Grey #9BACA6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.89%

 BLUE value IS 166 (65.23% from 255) = 33.67%

R = 31.44%
G = 34.89%
B = 33.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#9BACA6 (or 0x9BACA6) is known color: Tower Grey. HEX triplet: 9B, AC and A6. RGB value is (155,172,166). Sum of RGB (Red+Green+Blue) = 155+172+166=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #9BACA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BACA6 is #645359. Grayscale: #A6A6A6. Windows color (decimal): -6574938 or 10923163. OLE color: 10923163.

HSL color Cylindrical-coordinate representation of color #9BACA6: hue angle of 158.82º 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 #9BACA6 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 172 166 -
CMYK 0.10 0 0.03 0.33
HSL 158.82º 0.09% 0.64% -
HSV(B) 158.82º 0.1% 0.67% -
XYZ 35.15 39.23 41.8 -
YUV 166.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 155 172 166 0.10 0 0.03 0.33 158.82 0.09 0.64
Hex 9B AC A6 A 0 3 21 9F 9 40
Octal 233 254 246 12 0 3 41 237 11 100
Binary 10011011 10101100 10100110 1010 0 11 100001 10011111 1001 1000000

Color Harmonies of #9BACA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACA6

Black with #9BACA6

Text Example


Text Example

White with #9BACA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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