Html Css Color HEX #9B9296 Shady Lady

📋 copy color: '#9B9296'

red 155 ◦ green 146 ◦ blue 150

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

Shades of Shady Lady #9B9296

Tints of Shady Lady #9B9296

RGB

 RED value IS 155 (60.94% from 255) = 34.37%

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

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

R = 34.37%
G = 32.37%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B9296 (or 0x9B9296) is known color: Shady Lady. HEX triplet: 9B, 92 and 96. RGB value is (155,146,150). Sum of RGB (Red+Green+Blue) = 155+146+150=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9296 is #646D69. Grayscale: #959595. Windows color (decimal): -6581610 or 9867931. OLE color: 9867931.

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

Color convert

RGB 155 146 150 -
CMYK 0 0.06 0.03 0.39
HSL 333.33º 0.04% 0.59% -
HSV(B) 333.33º 0.06% 0.61% -
XYZ 29.3 29.73 33.05 -
YUV 149.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 155 146 150 0 0.06 0.03 0.39 333.33 0.04 0.59
Hex 9B 92 96 0 6 3 27 14D 4 3B
Octal 233 222 226 0 6 3 47 515 4 73
Binary 10011011 10010010 10010110 0 110 11 100111 101001101 100 111011

Color Harmonies of #9B9296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9296

Black with #9B9296

Text Example


Text Example

White with #9B9296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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