#988540

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

Shades of Highball #988540

Tints of Highball #988540

Color information

#988540 (or 0x988540) is unknown color: approx Highball. HEX triplet: 98, 85 and 40. RGB value is (152,133,64). Sum of RGB (Red+Green+Blue) = 152+133+64=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #988540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988540 is #677ABF. Grayscale: #838383. Windows color (decimal): -6781632 or 4228504. OLE color: 4228504.

HSL color Cylindrical-coordinate representation of color #988540: hue angle of 47.05º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #988540 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB15213364-
CMYK00.130.580.40
HSL47.05º40.74%42.35%-
HSV(B)47.05º57.89%59.61%-
XYZ22.2623.828.28-
YUV130.8290.29143.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 133 (52.34% from 255) = 38.11%
BLUE value IS 64 (25.39% from 255) = 18.34%
R=43.55%
G=38.11%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521336400.130.580.4047.0540.7442.35
Hex9885400D3A282f292a
Octal2302051000157250575152
Binary1001100010000101100000001101111010101000101111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988540; }

 p { color: rgb(152,133,64); }

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

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

 a { background-color: rgb(152,133,64); }

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

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

 span { border-color: rgb(152,133,64); }

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