#989282

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

Shades of Heathered Grey #989282

Tints of Heathered Grey #989282

Color information

#989282 (or 0x989282) is unknown color: approx Heathered Grey. HEX triplet: 98, 92 and 82. RGB value is (152,146,130). Sum of RGB (Red+Green+Blue) = 152+146+130=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #989282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989282 is #676D7D. Grayscale: #929292. Windows color (decimal): -6778238 or 8557208. OLE color: 8557208.

HSL color Cylindrical-coordinate representation of color #989282: hue angle of 43.64º 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 #989282 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152146130-
CMYK00.040.140.40
HSL43.64º9.65%55.29%-
HSV(B)43.64º14.47%59.61%-
XYZ27.2628.8425.25-
YUV145.97118.99132.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 130 (51.17% from 255) = 30.37%
R=35.51%
G=34.11%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214613000.040.140.4043.649.6555.29
Hex98928204E282ca37
Octal230222202041650541267
Binary100110001001001010000010010011101010001011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989282; }

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

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

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

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

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

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

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

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