#988D4E

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

Shades of Highball #988D4E

Tints of Highball #988D4E

Color information

#988D4E (or 0x988D4E) is unknown color: approx Highball. HEX triplet: 98, 8D and 4E. RGB value is (152,141,78). Sum of RGB (Red+Green+Blue) = 152+141+78=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #988D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D4E is #6772B1. Grayscale: #898989. Windows color (decimal): -6779570 or 5148056. OLE color: 5148056.

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

Color convert

RGB15214178-
CMYK00.070.490.40
HSL51.08º32.17%45.1%-
HSV(B)51.08º48.68%59.61%-
XYZ23.8526.2811.02-
YUV137.1194.64138.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=40.97%
G=38.01%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521417800.070.490.4051.0832.1745.1
Hex988D4E07312833202d
Octal230215116076150634055
Binary100110001000110110011100111110001101000110011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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