Html Css Color HEX #999496 Shady Lady

📋 copy color: '#999496'

red 153 ◦ green 148 ◦ blue 150

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

Shades of Shady Lady #999496

Tints of Shady Lady #999496

RGB

 RED value IS 153 (60.16% from 255) = 33.92%

 GREEN value IS 148 (58.2% from 255) = 32.82%

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

R = 33.92%
G = 32.82%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#999496 (or 0x999496) is known color: Shady Lady. HEX triplet: 99, 94 and 96. RGB value is (153,148,150). Sum of RGB (Red+Green+Blue) = 153+148+150=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 153 - color contains mainly: red. Hex color #999496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999496 is #666B69. Grayscale: #959595. Windows color (decimal): -6712170 or 9868441. OLE color: 9868441.

HSL color Cylindrical-coordinate representation of color #999496: hue angle of 336º 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 #999496 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 150 -
CMYK 0 0.03 0.02 0.4
HSL 336º 0.02% 0.59% -
HSV(B) 336º 0.03% 0.6% -
XYZ 29.23 30.15 33.13 -
YUV 149.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 153 148 150 0 0.03 0.02 0.4 336 0.02 0.59
Hex 99 94 96 0 3 2 28 150 2 3B
Octal 231 224 226 0 3 2 50 520 2 73
Binary 10011001 10010100 10010110 0 11 10 101000 101010000 10 111011

Color Harmonies of #999496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999496

Black with #999496

Text Example


Text Example

White with #999496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999496; }

 p { color: rgb(153,148,150); }

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

background-color css

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

 a { background-color: rgb(153,148,150); }

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

border-color css

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

 span { border-color: rgb(153,148,150); }

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