Html Css Color HEX #9B9899 Shady Lady

📋 copy color: '#9B9899'

red 155 ◦ green 152 ◦ blue 153

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

Shades of Shady Lady #9B9899

Tints of Shady Lady #9B9899

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 33.7%
G = 33.04%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B9899 (or 0x9B9899) is known color: Shady Lady. HEX triplet: 9B, 98 and 99. RGB value is (155,152,153). Sum of RGB (Red+Green+Blue) = 155+152+153=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9899 is #646766. Grayscale: #999999. Windows color (decimal): -6580071 or 10066075. OLE color: 10066075.

HSL color Cylindrical-coordinate representation of color #9B9899: hue angle of 340º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9B9899 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 152 153 -
CMYK 0 0.02 0.01 0.39
HSL 340º 0.01% 0.6% -
HSV(B) 340º 0.02% 0.61% -
XYZ 30.5 31.72 34.65 -
YUV 153.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 155 152 153 0 0.02 0.01 0.39 340 0.01 0.6
Hex 9B 98 99 0 2 1 27 154 1 3C
Octal 233 230 231 0 2 1 47 524 1 74
Binary 10011011 10011000 10011001 0 10 1 100111 101010100 1 111100

Color Harmonies of #9B9899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9899

Black with #9B9899

Text Example


Text Example

White with #9B9899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,152,153); }

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

background-color css

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

 a { background-color: rgb(155,152,153); }

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

border-color css

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

 span { border-color: rgb(155,152,153); }

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