Html Css Color HEX #96B0A4 Tower Grey

📋 copy color: '#96B0A4'

red 150 ◦ green 176 ◦ blue 164

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

Shades of Tower Grey #96B0A4

Tints of Tower Grey #96B0A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.47%

R = 30.61%
G = 35.92%
B = 33.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#96B0A4 (or 0x96B0A4) is known color: Tower Grey. HEX triplet: 96, B0 and A4. RGB value is (150,176,164). Sum of RGB (Red+Green+Blue) = 150+176+164=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #96B0A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B0A4 is #694F5B. Grayscale: #A6A6A6. Windows color (decimal): -6901596 or 10793110. OLE color: 10793110.

HSL color Cylindrical-coordinate representation of color #96B0A4: hue angle of 152.31º 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 #96B0A4 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 150 176 164 -
CMYK 0.15 0 0.07 0.31
HSL 152.31º 0.14% 0.64% -
HSV(B) 152.31º 0.15% 0.69% -
XYZ 34.8 40.22 41.05 -
YUV 166.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 150 176 164 0.15 0 0.07 0.31 152.31 0.14 0.64
Hex 96 B0 A4 F 0 7 1F 98 E 40
Octal 226 260 244 17 0 7 37 230 16 100
Binary 10010110 10110000 10100100 1111 0 111 11111 10011000 1110 1000000

Color Harmonies of #96B0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B0A4

Black with #96B0A4

Text Example


Text Example

White with #96B0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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