#9D8E96

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

Shades of Shady Lady #9D8E96

Tints of Shady Lady #9D8E96

Color information

#9D8E96 (or 0x9D8E96) is unknown color: approx Shady Lady. HEX triplet: 9D, 8E and 96. RGB value is (157,142,150). Sum of RGB (Red+Green+Blue) = 157+142+150=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8E96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8E96 is #627169. Grayscale: #939393. Windows color (decimal): -6451562 or 9866909. OLE color: 9866909.

HSL color Cylindrical-coordinate representation of color #9D8E96: hue angle of 328º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9D8E96 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB157142150-
CMYK00.100.040.38
HSL328º7.11%58.63%-
HSV(B)328º9.55%61.57%-
XYZ29.0828.7232.86-
YUV147.4129.47134.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.97%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=34.97%
G=31.63%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15714215000.100.040.383287.1158.63
Hex9D8E960A42614873b
Octal235216226012446510773
Binary10011101100011101001011001010100100110101001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,142,150); }

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

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

 a { background-color: rgb(157,142,150); }

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

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

 span { border-color: rgb(157,142,150); }

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