Html Css Color HEX #988D95 Taupe Grey

📋 copy color: '#988D95'

red 152 ◦ green 141 ◦ blue 149

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

Shades of Taupe Grey #988D95

Tints of Taupe Grey #988D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 34.39%
G = 31.9%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#988D95 (or 0x988D95) is known color: Taupe Grey. HEX triplet: 98, 8D and 95. RGB value is (152,141,149). Sum of RGB (Red+Green+Blue) = 152+141+149=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 152 - color contains mainly: red. Hex color #988D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D95 is #67726A. Grayscale: #919191. Windows color (decimal): -6779499 or 9801112. OLE color: 9801112.

HSL color Cylindrical-coordinate representation of color #988D95: hue angle of 316.36º 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 #988D95 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 141 149 -
CMYK 0 0.07 0.02 0.40
HSL 316.36º 0.05% 0.57% -
HSV(B) 316.36º 0.07% 0.6% -
XYZ 27.9 27.9 32.35 -
YUV 145.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 152 141 149 0 0.07 0.02 0.40 316.36 0.05 0.57
Hex 98 8D 95 0 7 2 28 13C 5 39
Octal 230 215 225 0 7 2 50 474 5 71
Binary 10011000 10001101 10010101 0 111 10 101000 100111100 101 111001

Color Harmonies of #988D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D95

Black with #988D95

Text Example


Text Example

White with #988D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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