Html Css Color HEX #96AB9F Tower Grey

📋 copy color: '#96AB9F'

red 150 ◦ green 171 ◦ blue 159

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

Shades of Tower Grey #96AB9F

Tints of Tower Grey #96AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 159 (62.5% from 255) = 33.13%

R = 31.25%
G = 35.63%
B = 33.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#96AB9F (or 0x96AB9F) is known color: Tower Grey. HEX triplet: 96, AB and 9F. RGB value is (150,171,159). Sum of RGB (Red+Green+Blue) = 150+171+159=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AB9F is #695460. Grayscale: #A3A3A3. Windows color (decimal): -6902881 or 10464150. OLE color: 10464150.

HSL color Cylindrical-coordinate representation of color #96AB9F: hue angle of 145.71º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #96AB9F is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 171 159 -
CMYK 0.12 0 0.07 0.33
HSL 145.71º 0.11% 0.63% -
HSV(B) 145.71º 0.12% 0.67% -
XYZ 33.4 38.11 38.4 -
YUV 163.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 150 171 159 0.12 0 0.07 0.33 145.71 0.11 0.63
Hex 96 AB 9F C 0 7 21 92 B 3F
Octal 226 253 237 14 0 7 41 222 13 77
Binary 10010110 10101011 10011111 1100 0 111 100001 10010010 1011 111111

Color Harmonies of #96AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AB9F

Black with #96AB9F

Text Example


Text Example

White with #96AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,171,159); }

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

background-color css

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

 a { background-color: rgb(150,171,159); }

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

border-color css

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

 span { border-color: rgb(150,171,159); }

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