Html Css Color HEX #9BAEA5 Tower Grey

📋 copy color: '#9BAEA5'

red 155 ◦ green 174 ◦ blue 165

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

Shades of Tower Grey #9BAEA5

Tints of Tower Grey #9BAEA5

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.4%

R = 31.38%
G = 35.22%
B = 33.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#9BAEA5 (or 0x9BAEA5) is known color: 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

RGB 155 174 165 -
CMYK 0.11 0 0.05 0.32
HSL 151.58º 0.1% 0.65% -
HSV(B) 151.58º 0.11% 0.68% -
XYZ 35.45 39.96 41.44 -
YUV 167.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 155 174 165 0.11 0 0.05 0.32 151.58 0.1 0.65
Hex 9B AE A5 B 0 5 20 98 A 41
Octal 233 256 245 13 0 5 40 230 12 101
Binary 10011011 10101110 10100101 1011 0 101 100000 10011000 1010 1000001

Color Harmonies of #9BAEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEA5

Black with #9BAEA5

Text Example


Text Example

White with #9BAEA5

Text Example


Text Example

HTML Codes & Css Web 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>