Html Css Color HEX #96B0A5 Tower Grey

📋 copy color: '#96B0A5'

red 150 ◦ green 176 ◦ blue 165

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

Shades of Tower Grey #96B0A5

Tints of Tower Grey #96B0A5

RGB

 RED value IS 150 (58.98% from 255) = 30.55%

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

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

R = 30.55%
G = 35.85%
B = 33.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#96B0A5 (or 0x96B0A5) is known color: Tower Grey. HEX triplet: 96, B0 and A5. RGB value is (150,176,165). Sum of RGB (Red+Green+Blue) = 150+176+165=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 176 - color contains mainly: green. Hex color #96B0A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B0A5 is #694F5A. Grayscale: #A6A6A6. Windows color (decimal): -6901595 or 10858646. OLE color: 10858646.

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

Color convert

RGB 150 176 165 -
CMYK 0.15 0 0.06 0.31
HSL 154.62º 0.14% 0.64% -
HSV(B) 154.62º 0.15% 0.69% -
XYZ 34.89 40.25 41.53 -
YUV 166.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 150 176 165 0.15 0 0.06 0.31 154.62 0.14 0.64
Hex 96 B0 A5 F 0 6 1F 9B E 40
Octal 226 260 245 17 0 6 37 233 16 100
Binary 10010110 10110000 10100101 1111 0 110 11111 10011011 1110 1000000

Color Harmonies of #96B0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0A5

Black with #96B0A5

Text Example


Text Example

White with #96B0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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