#949A97

Color #949A97 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #949A97

Tints of Tower Grey #949A97

Color information

#949A97 (or 0x949A97) is unknown color: approx Tower Grey. HEX triplet: 94, 9A and 97. RGB value is (148,154,151). Sum of RGB (Red+Green+Blue) = 148+154+151=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 154 - color contains mainly: green. Hex color #949A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A97 is #6B6568. Grayscale: #979797. Windows color (decimal): -7038313 or 9935508. OLE color: 9935508.

HSL color Cylindrical-coordinate representation of color #949A97: hue angle of 150º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #949A97 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB148154151-
CMYK0.0400.020.40
HSL150º2.88%59.22%-
HSV(B)150º3.9%60.39%-
XYZ29.3531.6433.84-
YUV151.86127.51125.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=32.67%
G=34.00%
B=33.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1481541510.0400.020.401502.8859.22
Hex949A97402289633b
Octal22423222740250226373
Binary1001010010011010100101111000101010001001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949A97; }

 p { color: rgb(148,154,151); }

 H1.HeaderClassName
 {
   color: #949A97;
 }
 .AnyTagClassName
 {
   color: #949A97;
 }
</style>
background-color css

<style>
 a { background-color: #949A97; }

 a { background-color: rgb(148,154,151); }

 div.DivClassName
 {
   background-color: #949A97;
 }
 .BgClassName
 {
   background-color: #949A97;
 }
</style>
border-color css

<style>
 span { border-color: #949A97; }

 span { border-color: rgb(148,154,151); }

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