Html Css Color HEX #989197 Taupe Grey

📋 copy color: '#989197'

red 152 ◦ green 145 ◦ blue 151

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

Shades of Taupe Grey #989197

Tints of Taupe Grey #989197

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

 BLUE value IS 151 (59.38% from 255) = 33.71%

R = 33.93%
G = 32.37%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#989197 (or 0x989197) is known color: Taupe Grey. HEX triplet: 98, 91 and 97. RGB value is (152,145,151). Sum of RGB (Red+Green+Blue) = 152+145+151=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 152 - color contains mainly: red. Hex color #989197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989197 is #676E68. Grayscale: #939393. Windows color (decimal): -6778473 or 9933208. OLE color: 9933208.

HSL color Cylindrical-coordinate representation of color #989197: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989197 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 145 151 -
CMYK 0 0.05 0.01 0.40
HSL 308.57º 0.03% 0.58% -
HSV(B) 308.57º 0.05% 0.6% -
XYZ 28.66 29.16 33.4 -
YUV 147.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 152 145 151 0 0.05 0.01 0.40 308.57 0.03 0.58
Hex 98 91 97 0 5 1 28 135 3 3A
Octal 230 221 227 0 5 1 50 465 3 72
Binary 10011000 10010001 10010111 0 101 1 101000 100110101 11 111010

Color Harmonies of #989197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989197

Black with #989197

Text Example


Text Example

White with #989197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989197; }

 p { color: rgb(152,145,151); }

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

background-color css

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

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

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

border-color css

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

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

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