#989181

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

Shades of Heathered Grey #989181

Tints of Heathered Grey #989181

Color information

#989181 (or 0x989181) is unknown color: approx Heathered Grey. HEX triplet: 98, 91 and 81. RGB value is (152,145,129). Sum of RGB (Red+Green+Blue) = 152+145+129=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #989181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989181 is #676E7E. Grayscale: #919191. Windows color (decimal): -6778495 or 8491416. OLE color: 8491416.

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

Color convert

RGB152145129-
CMYK00.050.150.40
HSL41.74º10.04%55.1%-
HSV(B)41.74º15.13%59.61%-
XYZ27.0428.5124.85-
YUV145.27118.82132.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=35.68%
G=34.04%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214512900.050.150.4041.7410.0455.1
Hex98918105F282aa37
Octal230221201051750521267
Binary100110001001000110000001010111111010001010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989181; }

 p { color: rgb(152,145,129); }

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

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

 a { background-color: rgb(152,145,129); }

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

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

 span { border-color: rgb(152,145,129); }

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