#988296

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

Shades of Taupe Grey #988296

Tints of Taupe Grey #988296

Color information

#988296 (or 0x988296) is unknown color: approx Taupe Grey. HEX triplet: 98, 82 and 96. RGB value is (152,130,150). Sum of RGB (Red+Green+Blue) = 152+130+150=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #988296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988296 is #677D69. Grayscale: #8A8A8A. Windows color (decimal): -6782314 or 9863832. OLE color: 9863832.

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

Color convert

RGB152130150-
CMYK00.140.010.40
HSL305.45º9.65%55.29%-
HSV(B)305.45º14.47%59.61%-
XYZ26.4424.8432.26-
YUV138.86134.29137.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 150 (58.98% from 255) = 34.72%
R=35.19%
G=30.09%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213015000.140.010.40305.459.6555.29
Hex9882960E128131a37
Octal2302022260161504611267
Binary1001100010000010100101100111011010001001100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988296; }

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

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

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

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

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

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

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

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