Html Css Color HEX #9D989B Shady Lady

📋 copy color: '#9D989B'

red 157 ◦ green 152 ◦ blue 155

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

Shades of Shady Lady #9D989B

Tints of Shady Lady #9D989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 33.84%
G = 32.76%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9D989B (or 0x9D989B) is known color: Shady Lady. HEX triplet: 9D, 98 and 9B. RGB value is (157,152,155). Sum of RGB (Red+Green+Blue) = 157+152+155=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 157 - color contains mainly: red. Hex color #9D989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D989B is #626764. Grayscale: #999999. Windows color (decimal): -6448997 or 10197149. OLE color: 10197149.

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

Color convert

RGB 157 152 155 -
CMYK 0 0.03 0.01 0.38
HSL 324º 0.02% 0.61% -
HSV(B) 324º 0.03% 0.62% -
XYZ 31.05 31.99 35.55 -
YUV 153.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 157 152 155 0 0.03 0.01 0.38 324 0.02 0.61
Hex 9D 98 9B 0 3 1 26 144 2 3D
Octal 235 230 233 0 3 1 46 504 2 75
Binary 10011101 10011000 10011011 0 11 1 100110 101000100 10 111101

Color Harmonies of #9D989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D989B

Black with #9D989B

Text Example


Text Example

White with #9D989B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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