Html Css Color HEX #98ABA9 Hit Grey

📋 copy color: '#98ABA9'

red 152 ◦ green 171 ◦ blue 169

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

Shades of Hit Grey #98ABA9

Tints of Hit Grey #98ABA9

RGB

 RED value IS 152 (59.77% from 255) = 30.89%

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

 BLUE value IS 169 (66.41% from 255) = 34.35%

R = 30.89%
G = 34.76%
B = 34.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#98ABA9 (or 0x98ABA9) is known color: Hit Grey. HEX triplet: 98, AB and A9. RGB value is (152,171,169). Sum of RGB (Red+Green+Blue) = 152+171+169=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #98ABA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98ABA9 is #675456. Grayscale: #A5A5A5. Windows color (decimal): -6771799 or 11119512. OLE color: 11119512.

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

Color convert

RGB 152 171 169 -
CMYK 0.11 0 0.01 0.33
HSL 173.68º 0.1% 0.63% -
HSV(B) 173.68º 0.11% 0.67% -
XYZ 34.67 38.67 43.17 -
YUV 165.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 152 171 169 0.11 0 0.01 0.33 173.68 0.1 0.63
Hex 98 AB A9 B 0 1 21 AE A 3F
Octal 230 253 251 13 0 1 41 256 12 77
Binary 10011000 10101011 10101001 1011 0 1 100001 10101110 1010 111111

Color Harmonies of #98ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98ABA9

Black with #98ABA9

Text Example


Text Example

White with #98ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98ABA9; }

 p { color: rgb(152,171,169); }

 H1.HeaderClassName
 {
   color: #98ABA9;
 }
 .AnyTagClassName
 {
   color: #98ABA9;
 }
</style>

background-color css

<style>
 a { background-color: #98ABA9; }

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

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

border-color css

<style>
 span { border-color: #98ABA9; }

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

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