#988D4C

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

Shades of Highball #988D4C

Tints of Highball #988D4C

Color information

#988D4C (or 0x988D4C) is unknown color: approx Highball. HEX triplet: 98, 8D and 4C. RGB value is (152,141,76). Sum of RGB (Red+Green+Blue) = 152+141+76=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #988D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D4C is #6772B3. Grayscale: #898989. Windows color (decimal): -6779572 or 5016984. OLE color: 5016984.

HSL color Cylindrical-coordinate representation of color #988D4C: hue angle of 51.32º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #988D4C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15214176-
CMYK00.070.500.40
HSL51.32º33.33%44.71%-
HSV(B)51.32º50%59.61%-
XYZ23.7826.2510.65-
YUV136.8893.64138.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 141 (55.47% from 255) = 38.21%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=41.19%
G=38.21%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521417600.070.500.4051.3233.3344.71
Hex988D4C07322833212d
Octal230215114076250634155
Binary100110001000110110011000111110010101000110011100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,141,76); }

 H1.HeaderClassName
 {
   color: #988D4C;
 }
 .AnyTagClassName
 {
   color: #988D4C;
 }
</style>
background-color css

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

 a { background-color: rgb(152,141,76); }

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

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

 span { border-color: rgb(152,141,76); }

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