Html Css Color HEX #998D94 Shady Lady

📋 copy color: '#998D94'

red 153 ◦ green 141 ◦ blue 148

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

Shades of Shady Lady #998D94

Tints of Shady Lady #998D94

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.9%

 BLUE value IS 148 (58.2% from 255) = 33.48%

R = 34.62%
G = 31.9%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998D94 (or 0x998D94) is known color: Shady Lady. HEX triplet: 99, 8D and 94. RGB value is (153,141,148). Sum of RGB (Red+Green+Blue) = 153+141+148=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 153 - color contains mainly: red. Hex color #998D94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D94 is #66726B. Grayscale: #919191. Windows color (decimal): -6713964 or 9735577. OLE color: 9735577.

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

Color convert

RGB 153 141 148 -
CMYK 0 0.08 0.03 0.4
HSL 325º 0.06% 0.58% -
HSV(B) 325º 0.08% 0.6% -
XYZ 28.01 27.96 31.94 -
YUV 145.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 153 141 148 0 0.08 0.03 0.4 325 0.06 0.58
Hex 99 8D 94 0 8 3 28 145 6 3A
Octal 231 215 224 0 10 3 50 505 6 72
Binary 10011001 10001101 10010100 0 1000 11 101000 101000101 110 111010

Color Harmonies of #998D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D94

Black with #998D94

Text Example


Text Example

White with #998D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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