Html Css Color HEX #998A90 Shady Lady

📋 copy color: '#998A90'

red 153 ◦ green 138 ◦ blue 144

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

Shades of Shady Lady #998A90

Tints of Shady Lady #998A90

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.72%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 35.17%
G = 31.72%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#998A90 (or 0x998A90) is known color: Shady Lady. HEX triplet: 99, 8A and 90. RGB value is (153,138,144). Sum of RGB (Red+Green+Blue) = 153+138+144=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #998A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998A90 is #66756F. Grayscale: #8F8F8F. Windows color (decimal): -6714736 or 9472665. OLE color: 9472665.

HSL color Cylindrical-coordinate representation of color #998A90: hue angle of 336º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #998A90 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 138 144 -
CMYK 0 0.10 0.06 0.4
HSL 336º 0.07% 0.57% -
HSV(B) 336º 0.1% 0.6% -
XYZ 27.26 26.96 30.15 -
YUV 143.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 153 138 144 0 0.10 0.06 0.4 336 0.07 0.57
Hex 99 8A 90 0 A 6 28 150 7 39
Octal 231 212 220 0 12 6 50 520 7 71
Binary 10011001 10001010 10010000 0 1010 110 101000 101010000 111 111001

Color Harmonies of #998A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998A90

Black with #998A90

Text Example


Text Example

White with #998A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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