Html Css Color HEX #999498 Shady Lady

📋 copy color: '#999498'

red 153 ◦ green 148 ◦ blue 152

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

Shades of Shady Lady #999498

Tints of Shady Lady #999498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.55%

R = 33.77%
G = 32.67%
B = 33.55%

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

#999498 (or 0x999498) is known color: Shady Lady. HEX triplet: 99, 94 and 98. RGB value is (153,148,152). Sum of RGB (Red+Green+Blue) = 153+148+152=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 153 - color contains mainly: red. Hex color #999498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999498 is #666B67. Grayscale: #959595. Windows color (decimal): -6712168 or 9999513. OLE color: 9999513.

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

Color convert

RGB 153 148 152 -
CMYK 0 0.03 0.01 0.4
HSL 312º 0.02% 0.59% -
HSV(B) 312º 0.03% 0.6% -
XYZ 29.39 30.22 33.99 -
YUV 149.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 153 148 152 0 0.03 0.01 0.4 312 0.02 0.59
Hex 99 94 98 0 3 1 28 138 2 3B
Octal 231 224 230 0 3 1 50 470 2 73
Binary 10011001 10010100 10011000 0 11 1 101000 100111000 10 111011

Color Harmonies of #999498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999498

Black with #999498

Text Example


Text Example

White with #999498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999498; }

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

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

background-color css

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

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

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

border-color css

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

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

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