#989185

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

Shades of Heathered Grey #989185

Tints of Heathered Grey #989185

Color information

#989185 (or 0x989185) is unknown color: approx Heathered Grey. HEX triplet: 98, 91 and 85. RGB value is (152,145,133). Sum of RGB (Red+Green+Blue) = 152+145+133=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #989185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989185 is #676E7A. Grayscale: #919191. Windows color (decimal): -6778491 or 8753560. OLE color: 8753560.

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

Color convert

RGB152145133-
CMYK00.050.130.40
HSL37.89º8.44%55.88%-
HSV(B)37.89º12.5%59.61%-
XYZ27.3128.6226.28-
YUV145.72120.82132.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 133 (52.34% from 255) = 30.93%
R=35.35%
G=33.72%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214513300.050.130.4037.898.4455.88
Hex98918505D2826838
Octal230221205051550461070
Binary100110001001000110000101010111011010001001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989185; }

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

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

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

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

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

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

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

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