#989599

Color #989599 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #989599

Tints of Amethyst Smoke #989599

Color information

#989599 (or 0x989599) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 95 and 99. RGB value is (152,149,153). Sum of RGB (Red+Green+Blue) = 152+149+153=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 153 - color contains mainly: blue. Hex color #989599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989599 is #676A66. Grayscale: #969696. Windows color (decimal): -6777447 or 10065304. OLE color: 10065304.

HSL color Cylindrical-coordinate representation of color #989599: hue angle of 285º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989599 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB152149153-
CMYK0.010.0300.4
HSL285º1.92%59.22%-
HSV(B)285º2.61%60%-
XYZ29.4530.4734.47-
YUV150.35129.49129.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=33.48%
G=32.82%
B=33.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521491530.010.0300.42851.9259.22
Hex9895991302811d23b
Octal23022523113050435273
Binary100110001001010110011001111010100010001110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989599; }

 p { color: rgb(152,149,153); }

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

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

 a { background-color: rgb(152,149,153); }

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

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

 span { border-color: rgb(152,149,153); }

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