#988E4C

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

Shades of Highball #988E4C

Tints of Highball #988E4C

Color information

#988E4C (or 0x988E4C) is unknown color: approx Highball. HEX triplet: 98, 8E and 4C. RGB value is (152,142,76). Sum of RGB (Red+Green+Blue) = 152+142+76=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #988E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988E4C is #6771B3. Grayscale: #898989. Windows color (decimal): -6779316 or 5017240. OLE color: 5017240.

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

Color convert

RGB15214276-
CMYK00.070.500.40
HSL52.11º33.33%44.71%-
HSV(B)52.11º50%59.61%-
XYZ23.9326.5410.7-
YUV137.4793.31138.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 76 (30.08% from 255) = 20.54%
R=41.08%
G=38.38%
B=20.54%

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
Decimal1521427600.070.500.4052.1133.3344.71
Hex988E4C07322834212d
Octal230216114076250644155
Binary100110001000111010011000111110010101000110100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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