#988D3C

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

Shades of Highball #988D3C

Tints of Highball #988D3C

Color information

#988D3C (or 0x988D3C) is unknown color: approx Highball. HEX triplet: 98, 8D and 3C. RGB value is (152,141,60). Sum of RGB (Red+Green+Blue) = 152+141+60=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #988D3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988D3C is #6772C3. Grayscale: #878787. Windows color (decimal): -6779588 or 3968408. OLE color: 3968408.

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

Color convert

RGB15214160-
CMYK00.070.610.40
HSL52.83º43.4%41.57%-
HSV(B)52.83º60.53%59.61%-
XYZ23.2926.058.08-
YUV135.0685.64140.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 60 (23.83% from 255) = 17.00%
R=43.06%
G=39.94%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521416000.070.610.4052.8343.441.57
Hex988D3C073D28352b2a
Octal23021574077550655352
Binary10011000100011011111000111111101101000110101101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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