#988F4C

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

Shades of Highball #988F4C

Tints of Highball #988F4C

Color information

#988F4C (or 0x988F4C) is unknown color: approx Highball. HEX triplet: 98, 8F and 4C. RGB value is (152,143,76). Sum of RGB (Red+Green+Blue) = 152+143+76=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988F4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F4C is #6770B3. Grayscale: #8A8A8A. Windows color (decimal): -6779060 or 5017496. OLE color: 5017496.

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

Color convert

RGB15214376-
CMYK00.060.500.40
HSL52.89º33.33%44.71%-
HSV(B)52.89º50%59.61%-
XYZ24.0826.8410.75-
YUV138.0592.98137.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 76 (30.08% from 255) = 20.49%
R=40.97%
G=38.54%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521437600.060.500.4052.8933.3344.71
Hex988F4C06322835212d
Octal230217114066250654155
Binary100110001000111110011000110110010101000110101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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