#9D989B

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

Shades of Shady Lady #9D989B

Tints of Shady Lady #9D989B

Color information

#9D989B (or 0x9D989B) is unknown color: approx Shady Lady. HEX triplet: 9D, 98 and 9B. RGB value is (157,152,155). Sum of RGB (Red+Green+Blue) = 157+152+155=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 157 - color contains mainly: red. Hex color #9D989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D989B is #626764. Grayscale: #999999. Windows color (decimal): -6448997 or 10197149. OLE color: 10197149.

HSL color Cylindrical-coordinate representation of color #9D989B: hue angle of 324º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9D989B is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB157152155-
CMYK00.030.010.38
HSL324º2.49%60.59%-
HSV(B)324º3.18%61.57%-
XYZ31.0531.9935.55-
YUV153.84128.66130.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.84%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 155 (60.94% from 255) = 33.41%
R=33.84%
G=32.76%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715215500.030.010.383242.4960.59
Hex9D989B0312614423d
Octal23523023303146504275
Binary100111011001100010011011011110011010100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D989B; }

 p { color: rgb(157,152,155); }

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

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

 a { background-color: rgb(157,152,155); }

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

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

 span { border-color: rgb(157,152,155); }

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