Html Css Color HEX #999396 Shady Lady

📋 copy color: '#999396'

red 153 ◦ green 147 ◦ blue 150

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

Shades of Shady Lady #999396

Tints of Shady Lady #999396

RGB

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

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

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

R = 34%
G = 32.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#999396 (or 0x999396) is known color: Shady Lady. HEX triplet: 99, 93 and 96. RGB value is (153,147,150). Sum of RGB (Red+Green+Blue) = 153+147+150=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 153 - color contains mainly: red. Hex color #999396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999396 is #666C69. Grayscale: #959595. Windows color (decimal): -6712426 or 9868185. OLE color: 9868185.

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

Color convert

RGB 153 147 150 -
CMYK 0 0.04 0.02 0.4
HSL 330º 0.03% 0.59% -
HSV(B) 330º 0.04% 0.6% -
XYZ 29.08 29.84 33.08 -
YUV 149.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 153 147 150 0 0.04 0.02 0.4 330 0.03 0.59
Hex 99 93 96 0 4 2 28 14A 3 3B
Octal 231 223 226 0 4 2 50 512 3 73
Binary 10011001 10010011 10010110 0 100 10 101000 101001010 11 111011

Color Harmonies of #999396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999396

Black with #999396

Text Example


Text Example

White with #999396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999396; }

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

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

background-color css

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

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

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

border-color css

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

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

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