#989295

Color #989295 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #989295

Tints of Shady Lady #989295

Color information

#989295 (or 0x989295) is unknown color: approx Shady Lady. HEX triplet: 98, 92 and 95. RGB value is (152,146,149). Sum of RGB (Red+Green+Blue) = 152+146+149=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 152 - color contains mainly: red. Hex color #989295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989295 is #676D6A. Grayscale: #949494. Windows color (decimal): -6778219 or 9802392. OLE color: 9802392.

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

Color convert

RGB152146149-
CMYK00.040.020.40
HSL330º2.83%58.43%-
HSV(B)330º3.95%59.61%-
XYZ28.6529.432.6-
YUV148.14128.49130.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=34.00%
G=32.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214614900.040.020.403302.8358.43
Hex9892950422814a33a
Octal23022222504250512372
Binary10011000100100101001010101001010100010100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989295; }

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

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

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

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

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

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

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

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