Html Css Color HEX #989396 Shady Lady

📋 copy color: '#989396'

red 152 ◦ green 147 ◦ blue 150

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

Shades of Shady Lady #989396

Tints of Shady Lady #989396

RGB

 RED value IS 152 (59.77% from 255) = 33.85%

 GREEN value IS 147 (57.81% from 255) = 32.74%

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

R = 33.85%
G = 32.74%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#989396 (or 0x989396) is known color: Shady Lady. HEX triplet: 98, 93 and 96. RGB value is (152,147,150). Sum of RGB (Red+Green+Blue) = 152+147+150=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 152 - color contains mainly: red. Hex color #989396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989396 is #676C69. Grayscale: #949494. Windows color (decimal): -6777962 or 9868184. OLE color: 9868184.

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

Color convert

RGB 152 147 150 -
CMYK 0 0.03 0.01 0.40
HSL 324º 0.02% 0.59% -
HSV(B) 324º 0.03% 0.6% -
XYZ 28.89 29.74 33.07 -
YUV 148.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 152 147 150 0 0.03 0.01 0.40 324 0.02 0.59
Hex 98 93 96 0 3 1 28 144 2 3B
Octal 230 223 226 0 3 1 50 504 2 73
Binary 10011000 10010011 10010110 0 11 1 101000 101000100 10 111011

Color Harmonies of #989396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989396

Black with #989396

Text Example


Text Example

White with #989396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989396; }

 p { color: rgb(152,147,150); }

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

background-color css

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

 a { background-color: rgb(152,147,150); }

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

border-color css

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

 span { border-color: rgb(152,147,150); }

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