Html Css Color HEX #999096 Shady Lady

📋 copy color: '#999096'

red 153 ◦ green 144 ◦ blue 150

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

Shades of Shady Lady #999096

Tints of Shady Lady #999096

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

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

R = 34.23%
G = 32.21%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#999096 (or 0x999096) is known color: Shady Lady. HEX triplet: 99, 90 and 96. RGB value is (153,144,150). Sum of RGB (Red+Green+Blue) = 153+144+150=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 153 - color contains mainly: red. Hex color #999096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999096 is #666F69. Grayscale: #939393. Windows color (decimal): -6713194 or 9867417. OLE color: 9867417.

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

Color convert

RGB 153 144 150 -
CMYK 0 0.06 0.02 0.4
HSL 320º 0.04% 0.58% -
HSV(B) 320º 0.06% 0.6% -
XYZ 28.62 28.92 32.93 -
YUV 147.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 153 144 150 0 0.06 0.02 0.4 320 0.04 0.58
Hex 99 90 96 0 6 2 28 140 4 3A
Octal 231 220 226 0 6 2 50 500 4 72
Binary 10011001 10010000 10010110 0 110 10 101000 101000000 100 111010

Color Harmonies of #999096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999096

Black with #999096

Text Example


Text Example

White with #999096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999096; }

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

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

background-color css

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

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

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

border-color css

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

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

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