Html Css Color HEX #97B0A5 Tower Grey

📋 copy color: '#97B0A5'

red 151 ◦ green 176 ◦ blue 165

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

Shades of Tower Grey #97B0A5

Tints of Tower Grey #97B0A5

RGB

 RED value IS 151 (59.38% from 255) = 30.69%

 GREEN value IS 176 (69.14% from 255) = 35.77%

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

R = 30.69%
G = 35.77%
B = 33.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#97B0A5 (or 0x97B0A5) is known color: Tower Grey. HEX triplet: 97, B0 and A5. RGB value is (151,176,165). Sum of RGB (Red+Green+Blue) = 151+176+165=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #97B0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97B0A5 is #684F5A. Grayscale: #A7A7A7. Windows color (decimal): -6836059 or 10858647. OLE color: 10858647.

HSL color Cylindrical-coordinate representation of color #97B0A5: hue angle of 153.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #97B0A5 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 176 165 -
CMYK 0.14 0 0.06 0.31
HSL 153.6º 0.14% 0.64% -
HSV(B) 153.6º 0.14% 0.69% -
XYZ 35.08 40.35 41.54 -
YUV 167.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 151 176 165 0.14 0 0.06 0.31 153.6 0.14 0.64
Hex 97 B0 A5 E 0 6 1F 9A E 40
Octal 227 260 245 16 0 6 37 232 16 100
Binary 10010111 10110000 10100101 1110 0 110 11111 10011010 1110 1000000

Color Harmonies of #97B0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B0A5

Black with #97B0A5

Text Example


Text Example

White with #97B0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97B0A5; }

 p { color: rgb(151,176,165); }

 H1.HeaderClassName
 {
   color: #97B0A5;
 }
 .AnyTagClassName
 {
   color: #97B0A5;
 }
</style>

background-color css

<style>
 a { background-color: #97B0A5; }

 a { background-color: rgb(151,176,165); }

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

border-color css

<style>
 span { border-color: #97B0A5; }

 span { border-color: rgb(151,176,165); }

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