Html Css Color HEX #97ABAB Hit Grey

📋 copy color: '#97ABAB'

red 151 ◦ green 171 ◦ blue 171

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

Shades of Hit Grey #97ABAB

Tints of Hit Grey #97ABAB

RGB

 RED value IS 151 (59.38% from 255) = 30.63%

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

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

R = 30.63%
G = 34.69%
B = 34.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#97ABAB (or 0x97ABAB) is known color: Hit Grey. HEX triplet: 97, AB and AB. RGB value is (151,171,171). Sum of RGB (Red+Green+Blue) = 151+171+171=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #97ABAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97ABAB is #685454. Grayscale: #A5A5A5. Windows color (decimal): -6837333 or 11250583. OLE color: 11250583.

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

Color convert

RGB 151 171 171 -
CMYK 0.12 0 0 0.33
HSL 180º 0.11% 0.63% -
HSV(B) 180º 0.12% 0.67% -
XYZ 34.68 38.65 44.16 -
YUV 165.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 151 171 171 0.12 0 0 0.33 180 0.11 0.63
Hex 97 AB AB C 0 0 21 B4 B 3F
Octal 227 253 253 14 0 0 41 264 13 77
Binary 10010111 10101011 10101011 1100 0 0 100001 10110100 1011 111111

Color Harmonies of #97ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ABAB

Black with #97ABAB

Text Example


Text Example

White with #97ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97ABAB; }

 p { color: rgb(151,171,171); }

 H1.HeaderClassName
 {
   color: #97ABAB;
 }
 .AnyTagClassName
 {
   color: #97ABAB;
 }
</style>

background-color css

<style>
 a { background-color: #97ABAB; }

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

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

border-color css

<style>
 span { border-color: #97ABAB; }

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

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