Html Css Color HEX #999497 Shady Lady

📋 copy color: '#999497'

red 153 ◦ green 148 ◦ blue 151

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

Shades of Shady Lady #999497

Tints of Shady Lady #999497

RGB

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

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

 BLUE value IS 151 (59.38% 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.4

RGB Variations

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

Color information

#999497 (or 0x999497) is known color: Shady Lady. HEX triplet: 99, 94 and 97. RGB value is (153,148,151). Sum of RGB (Red+Green+Blue) = 153+148+151=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 153 - color contains mainly: red. Hex color #999497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999497 is #666B68. Grayscale: #959595. Windows color (decimal): -6712169 or 9933977. OLE color: 9933977.

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

Color convert

RGB 153 148 151 -
CMYK 0 0.03 0.01 0.4
HSL 324º 0.02% 0.59% -
HSV(B) 324º 0.03% 0.6% -
XYZ 29.31 30.19 33.56 -
YUV 149.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 153 148 151 0 0.03 0.01 0.4 324 0.02 0.59
Hex 99 94 97 0 3 1 28 144 2 3B
Octal 231 224 227 0 3 1 50 504 2 73
Binary 10011001 10010100 10010111 0 11 1 101000 101000100 10 111011

Color Harmonies of #999497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999497

Black with #999497

Text Example


Text Example

White with #999497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999497; }

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

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

background-color css

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

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

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

border-color css

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

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

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