#989281

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

Shades of Heathered Grey #989281

Tints of Heathered Grey #989281

Color information

#989281 (or 0x989281) is unknown color: approx Heathered Grey. HEX triplet: 98, 92 and 81. RGB value is (152,146,129). Sum of RGB (Red+Green+Blue) = 152+146+129=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #989281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989281 is #676D7E. Grayscale: #919191. Windows color (decimal): -6778239 or 8491672. OLE color: 8491672.

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

Color convert

RGB152146129-
CMYK00.040.150.40
HSL44.35º10.04%55.1%-
HSV(B)44.35º15.13%59.61%-
XYZ27.1928.8224.9-
YUV145.86118.49132.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 129 (50.78% from 255) = 30.21%
R=35.60%
G=34.19%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214612900.040.150.4044.3510.0455.1
Hex98928104F282ca37
Octal230222201041750541267
Binary100110001001001010000001010011111010001011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989281; }

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

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

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

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

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

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

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

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