#988C92

Color #988C92 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #988C92

Tints of Shady Lady #988C92

Color information

#988C92 (or 0x988C92) is unknown color: approx 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

RGB152140146-
CMYK00.080.040.40
HSL330º5.5%57.25%-
HSV(B)330º7.89%59.61%-
XYZ27.5227.5131.05-
YUV144.27128.98133.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 140 (55.08% from 255) = 31.96%
BLUE value IS 146 (57.42% from 255) = 33.33%
R=34.70%
G=31.96%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214014600.080.040.403305.557.25
Hex988C920842814a639
Octal230214222010450512671
Binary10011000100011001001001001000100101000101001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>