Html Css Color HEX #9B9096 Shady Lady

📋 copy color: '#9B9096'

red 155 ◦ green 144 ◦ blue 150

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

Shades of Shady Lady #9B9096

Tints of Shady Lady #9B9096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

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

R = 34.52%
G = 32.07%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B9096 (or 0x9B9096) is known color: Shady Lady. HEX triplet: 9B, 90 and 96. RGB value is (155,144,150). Sum of RGB (Red+Green+Blue) = 155+144+150=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9096 is #646F69. Grayscale: #939393. Windows color (decimal): -6582122 or 9867419. OLE color: 9867419.

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

Color convert

RGB 155 144 150 -
CMYK 0 0.07 0.03 0.39
HSL 327.27º 0.05% 0.59% -
HSV(B) 327.27º 0.07% 0.61% -
XYZ 29 29.12 32.95 -
YUV 147.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 155 144 150 0 0.07 0.03 0.39 327.27 0.05 0.59
Hex 9B 90 96 0 7 3 27 147 5 3B
Octal 233 220 226 0 7 3 47 507 5 73
Binary 10011011 10010000 10010110 0 111 11 100111 101000111 101 111011

Color Harmonies of #9B9096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9096

Black with #9B9096

Text Example


Text Example

White with #9B9096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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