#988495

Color #988495 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #988495

Tints of Taupe Grey #988495

Color information

#988495 (or 0x988495) is unknown color: approx Taupe Grey. HEX triplet: 98, 84 and 95. RGB value is (152,132,149). Sum of RGB (Red+Green+Blue) = 152+132+149=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988495 is #677B6A. Grayscale: #8B8B8B. Windows color (decimal): -6781803 or 9798808. OLE color: 9798808.

HSL color Cylindrical-coordinate representation of color #988495: hue angle of 309º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #988495 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB152132149-
CMYK00.130.020.40
HSL309º8.85%55.69%-
HSV(B)309º13.16%59.61%-
XYZ26.6225.3531.92-
YUV139.92133.13136.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=35.10%
G=30.48%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213214900.130.020.403098.8555.69
Hex9884950D228135938
Octal2302042250152504651170
Binary10011000100001001001010101101101010001001101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988495; }

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

 H1.HeaderClassName
 {
   color: #988495;
 }
 .AnyTagClassName
 {
   color: #988495;
 }
</style>
background-color css

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

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

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

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

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

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