Html Css Color HEX #988296 Taupe Grey

📋 copy color: '#988296'

red 152 ◦ green 130 ◦ blue 150

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

Shades of Taupe Grey #988296

Tints of Taupe Grey #988296

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 value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988296 (or 0x988296) is known color: 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

RGB 152 130 150 -
CMYK 0 0.14 0.01 0.40
HSL 305.45º 0.1% 0.55% -
HSV(B) 305.45º 0.14% 0.6% -
XYZ 26.44 24.84 32.26 -
YUV 138.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 152 130 150 0 0.14 0.01 0.40 305.45 0.1 0.55
Hex 98 82 96 0 E 1 28 131 A 37
Octal 230 202 226 0 16 1 50 461 12 67
Binary 10011000 10000010 10010110 0 1110 1 101000 100110001 1010 110111

Color Harmonies of #988296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988296

Black with #988296

Text Example


Text Example

White with #988296

Text Example


Text Example

HTML Codes & Css Web 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>