#989289

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

Shades of Heathered Grey #989289

Tints of Heathered Grey #989289

Color information

#989289 (or 0x989289) is unknown color: approx Heathered Grey. HEX triplet: 98, 92 and 89. RGB value is (152,146,137). Sum of RGB (Red+Green+Blue) = 152+146+137=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #989289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989289 is #676D76. Grayscale: #929292. Windows color (decimal): -6778231 or 9015960. OLE color: 9015960.

HSL color Cylindrical-coordinate representation of color #989289: hue angle of 36º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989289 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB152146137-
CMYK00.040.100.40
HSL36º6.79%56.67%-
HSV(B)36º9.87%59.61%-
XYZ27.7429.0427.81-
YUV146.77122.49131.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 146 (57.42% from 255) = 33.56%
BLUE value IS 137 (53.91% from 255) = 31.49%
R=34.94%
G=33.56%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214613700.040.100.40366.7956.67
Hex98928904A2824739
Octal23022221104125044771
Binary10011000100100101000100101001010101000100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989289; }

 p { color: rgb(152,146,137); }

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

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

 a { background-color: rgb(152,146,137); }

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

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

 span { border-color: rgb(152,146,137); }

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