#988B40

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

Shades of Highball #988B40

Tints of Highball #988B40

Color information

#988B40 (or 0x988B40) is unknown color: approx Highball. HEX triplet: 98, 8B and 40. RGB value is (152,139,64). Sum of RGB (Red+Green+Blue) = 152+139+64=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #988B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B40 is #6774BF. Grayscale: #868686. Windows color (decimal): -6780096 or 4230040. OLE color: 4230040.

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

Color convert

RGB15213964-
CMYK00.090.580.40
HSL51.14º40.74%42.35%-
HSV(B)51.14º57.89%59.61%-
XYZ23.1125.518.56-
YUV134.3488.31140.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 139 (54.69% from 255) = 39.15%
BLUE value IS 64 (25.39% from 255) = 18.03%
R=42.82%
G=39.15%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521396400.090.580.4051.1440.7442.35
Hex988B40093A2833292a
Octal2302131000117250635152
Binary1001100010001011100000001001111010101000110011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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