Html Css Color HEX #96ACAB Hit Grey

📋 copy color: '#96ACAB'

red 150 ◦ green 172 ◦ blue 171

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

Shades of Hit Grey #96ACAB

Tints of Hit Grey #96ACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.89%

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

R = 30.43%
G = 34.89%
B = 34.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#96ACAB (or 0x96ACAB) is known color: Hit Grey. HEX triplet: 96, AC and AB. RGB value is (150,172,171). Sum of RGB (Red+Green+Blue) = 150+172+171=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 172 - color contains mainly: green. Hex color #96ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96ACAB is #695354. Grayscale: #A5A5A5. Windows color (decimal): -6902613 or 11250838. OLE color: 11250838.

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

Color convert

RGB 150 172 171 -
CMYK 0.13 0 0.01 0.33
HSL 177.27º 0.12% 0.63% -
HSV(B) 177.27º 0.13% 0.67% -
XYZ 34.68 38.93 44.21 -
YUV 165.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 150 172 171 0.13 0 0.01 0.33 177.27 0.12 0.63
Hex 96 AC AB D 0 1 21 B1 C 3F
Octal 226 254 253 15 0 1 41 261 14 77
Binary 10010110 10101100 10101011 1101 0 1 100001 10110001 1100 111111

Color Harmonies of #96ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ACAB

Black with #96ACAB

Text Example


Text Example

White with #96ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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