#988940

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

Shades of Highball #988940

Tints of Highball #988940

Color information

#988940 (or 0x988940) is unknown color: approx Highball. HEX triplet: 98, 89 and 40. RGB value is (152,137,64). Sum of RGB (Red+Green+Blue) = 152+137+64=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 64 (25.39% from 255 or 18.13% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #988940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988940 is #6776BF. Grayscale: #858585. Windows color (decimal): -6780608 or 4229528. OLE color: 4229528.

HSL color Cylindrical-coordinate representation of color #988940: hue angle of 49.77º 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 #988940 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB15213764-
CMYK00.100.580.40
HSL49.77º40.74%42.35%-
HSV(B)49.77º57.89%59.61%-
XYZ22.8224.948.46-
YUV133.1688.97141.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 64 (25.39% from 255) = 18.13%
R=43.06%
G=38.81%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521376400.100.580.4049.7740.7442.35
Hex9889400A3A2832292a
Octal2302111000127250625152
Binary1001100010001001100000001010111010101000110010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988940; }

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

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

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

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

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

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

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

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