Html Css Color HEX #988D96 Taupe Grey

📋 copy color: '#988D96'

red 152 ◦ green 141 ◦ blue 150

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

Shades of Taupe Grey #988D96

Tints of Taupe Grey #988D96

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 150 (58.98% from 255) = 33.86%

R = 34.31%
G = 31.83%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988D96 (or 0x988D96) is known color: Taupe Grey. HEX triplet: 98, 8D and 96. RGB value is (152,141,150). Sum of RGB (Red+Green+Blue) = 152+141+150=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #988D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D96 is #677269. Grayscale: #919191. Windows color (decimal): -6779498 or 9866648. OLE color: 9866648.

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

Color convert

RGB 152 141 150 -
CMYK 0 0.07 0.01 0.40
HSL 310.91º 0.05% 0.57% -
HSV(B) 310.91º 0.07% 0.6% -
XYZ 27.98 27.93 32.77 -
YUV 145.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 152 141 150 0 0.07 0.01 0.40 310.91 0.05 0.57
Hex 98 8D 96 0 7 1 28 137 5 39
Octal 230 215 226 0 7 1 50 467 5 71
Binary 10011000 10001101 10010110 0 111 1 101000 100110111 101 111001

Color Harmonies of #988D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D96

Black with #988D96

Text Example


Text Example

White with #988D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988D96; }

 p { color: rgb(152,141,150); }

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

background-color css

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

 a { background-color: rgb(152,141,150); }

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

border-color css

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

 span { border-color: rgb(152,141,150); }

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