#989440

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

Shades of Highball #989440

Tints of Highball #989440

Color information

#989440 (or 0x989440) is unknown color: approx Highball. HEX triplet: 98, 94 and 40. RGB value is (152,148,64). Sum of RGB (Red+Green+Blue) = 152+148+64=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #989440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989440 is #676BBF. Grayscale: #8B8B8B. Windows color (decimal): -6777792 or 4232344. OLE color: 4232344.

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

Color convert

RGB15214864-
CMYK00.030.580.40
HSL57.27º40.74%42.35%-
HSV(B)57.27º57.89%59.61%-
XYZ24.4628.239.01-
YUV139.6285.33136.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.76%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=41.76%
G=40.66%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521486400.030.580.4057.2740.7442.35
Hex989440033A2839292a
Octal230224100037250715152
Binary10011000100101001000000011111010101000111001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989440; }

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

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

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

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

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

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

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

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