Html Css Color HEX #988C92 Shady Lady

📋 copy color: '#988C92'

red 152 ◦ green 140 ◦ blue 146

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

Shades of Shady Lady #988C92

Tints of Shady Lady #988C92

RGB

 RED value IS 152 (59.77% from 255) = 34.7%

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

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

R = 34.7%
G = 31.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#988C92 (or 0x988C92) is known color: Shady Lady. HEX triplet: 98, 8C and 92. RGB value is (152,140,146). Sum of RGB (Red+Green+Blue) = 152+140+146=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #988C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C92 is #67736D. Grayscale: #909090. Windows color (decimal): -6779758 or 9604248. OLE color: 9604248.

HSL color Cylindrical-coordinate representation of color #988C92: hue angle of 330º 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 #988C92 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 146 -
CMYK 0 0.08 0.04 0.40
HSL 330º 0.06% 0.57% -
HSV(B) 330º 0.08% 0.6% -
XYZ 27.52 27.51 31.05 -
YUV 144.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 152 140 146 0 0.08 0.04 0.40 330 0.06 0.57
Hex 98 8C 92 0 8 4 28 14A 6 39
Octal 230 214 222 0 10 4 50 512 6 71
Binary 10011000 10001100 10010010 0 1000 100 101000 101001010 110 111001

Color Harmonies of #988C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C92

Black with #988C92

Text Example


Text Example

White with #988C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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