Html Css Color HEX #96AAAB Hit Grey

📋 copy color: '#96AAAB'

red 150 ◦ green 170 ◦ blue 171

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

Shades of Hit Grey #96AAAB

Tints of Hit Grey #96AAAB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.62%

 BLUE value IS 171 (67.19% from 255) = 34.83%

R = 30.55%
G = 34.62%
B = 34.83%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#96AAAB (or 0x96AAAB) is known color: Hit Grey. HEX triplet: 96, AA and AB. RGB value is (150,170,171). Sum of RGB (Red+Green+Blue) = 150+170+171=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #96AAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAAB is #695554. Grayscale: #A4A4A4. Windows color (decimal): -6903125 or 11250326. OLE color: 11250326.

HSL color Cylindrical-coordinate representation of color #96AAAB: hue angle of 182.86º 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 #96AAAB is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 170 171 -
CMYK 0.12 0.01 0 0.33
HSL 182.86º 0.11% 0.63% -
HSV(B) 182.86º 0.12% 0.67% -
XYZ 34.3 38.17 44.09 -
YUV 164.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 150 170 171 0.12 0.01 0 0.33 182.86 0.11 0.63
Hex 96 AA AB C 1 0 21 B7 B 3F
Octal 226 252 253 14 1 0 41 267 13 77
Binary 10010110 10101010 10101011 1100 1 0 100001 10110111 1011 111111

Color Harmonies of #96AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAAB

Black with #96AAAB

Text Example


Text Example

White with #96AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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