Html Css Color HEX #9D9196 Shady Lady

📋 copy color: '#9D9196'

red 157 ◦ green 145 ◦ blue 150

#9D9196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #9D9196

Tints of Shady Lady #9D9196

RGB

 RED value IS 157 (61.72% from 255) = 34.73%

 GREEN value IS 145 (57.03% from 255) = 32.08%

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 34.73%
G = 32.08%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D9196 (or 0x9D9196) is known color: Shady Lady. HEX triplet: 9D, 91 and 96. RGB value is (157,145,150). Sum of RGB (Red+Green+Blue) = 157+145+150=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9196 is #626E69. Grayscale: #959595. Windows color (decimal): -6450794 or 9867677. OLE color: 9867677.

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

Color convert

RGB 157 145 150 -
CMYK 0 0.08 0.04 0.38
HSL 335º 0.06% 0.59% -
HSV(B) 335º 0.08% 0.62% -
XYZ 29.54 29.62 33.01 -
YUV 149.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 157 145 150 0 0.08 0.04 0.38 335 0.06 0.59
Hex 9D 91 96 0 8 4 26 14F 6 3B
Octal 235 221 226 0 10 4 46 517 6 73
Binary 10011101 10010001 10010110 0 1000 100 100110 101001111 110 111011

Color Harmonies of #9D9196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9196

Black with #9D9196

Text Example


Text Example

White with #9D9196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D9196;
 }
 .AnyTagClassName
 {
   color: #9D9196;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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