Html Css Color HEX #998C92 Shady Lady

📋 copy color: '#998C92'

red 153 ◦ green 140 ◦ blue 146

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

Shades of Shady Lady #998C92

Tints of Shady Lady #998C92

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 34.85%
G = 31.89%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#998C92 (or 0x998C92) is known color: Shady Lady. HEX triplet: 99, 8C and 92. RGB value is (153,140,146). Sum of RGB (Red+Green+Blue) = 153+140+146=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 153 - color contains mainly: red. Hex color #998C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C92 is #66736D. Grayscale: #909090. Windows color (decimal): -6714222 or 9604249. OLE color: 9604249.

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

Color convert

RGB 153 140 146 -
CMYK 0 0.08 0.05 0.4
HSL 332.31º 0.06% 0.57% -
HSV(B) 332.31º 0.08% 0.6% -
XYZ 27.7 27.6 31.06 -
YUV 144.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 153 140 146 0 0.08 0.05 0.4 332.31 0.06 0.57
Hex 99 8C 92 0 8 5 28 14C 6 39
Octal 231 214 222 0 10 5 50 514 6 71
Binary 10011001 10001100 10010010 0 1000 101 101000 101001100 110 111001

Color Harmonies of #998C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C92

Black with #998C92

Text Example


Text Example

White with #998C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,140,146); }

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

background-color css

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

 a { background-color: rgb(153,140,146); }

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

border-color css

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

 span { border-color: rgb(153,140,146); }

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