Html Css Color HEX #9D9296 Shady Lady

📋 copy color: '#9D9296'

red 157 ◦ green 146 ◦ blue 150

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

Shades of Shady Lady #9D9296

Tints of Shady Lady #9D9296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.23%

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

R = 34.66%
G = 32.23%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D9296 (or 0x9D9296) is known color: Shady Lady. HEX triplet: 9D, 92 and 96. RGB value is (157,146,150). Sum of RGB (Red+Green+Blue) = 157+146+150=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9296 is #626D69. Grayscale: #959595. Windows color (decimal): -6450538 or 9867933. OLE color: 9867933.

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

Color convert

RGB 157 146 150 -
CMYK 0 0.07 0.04 0.38
HSL 338.18º 0.05% 0.59% -
HSV(B) 338.18º 0.07% 0.62% -
XYZ 29.69 29.93 33.07 -
YUV 149.75 128.14 133.17 -
System Red Green Blue C M Y K H S L
Decimal 157 146 150 0 0.07 0.04 0.38 338.18 0.05 0.59
Hex 9D 92 96 0 7 4 26 152 5 3B
Octal 235 222 226 0 7 4 46 522 5 73
Binary 10011101 10010010 10010110 0 111 100 100110 101010010 101 111011

Color Harmonies of #9D9296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9296

Black with #9D9296

Text Example


Text Example

White with #9D9296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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