#989244

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

Shades of Highball #989244

Tints of Highball #989244

Color information

#989244 (or 0x989244) is unknown color: approx Highball. HEX triplet: 98, 92 and 44. RGB value is (152,146,68). Sum of RGB (Red+Green+Blue) = 152+146+68=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #989244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989244 is #676DBB. Grayscale: #8B8B8B. Windows color (decimal): -6778300 or 4493976. OLE color: 4493976.

HSL color Cylindrical-coordinate representation of color #989244: hue angle of 55.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #989244 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB15214668-
CMYK00.040.550.40
HSL55.71º38.18%43.14%-
HSV(B)55.71º55.26%59.61%-
XYZ24.2727.659.53-
YUV138.987.99137.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.53%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 68 (26.95% from 255) = 18.58%
R=41.53%
G=39.89%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521466800.040.550.4055.7138.1843.14
Hex98924404372838262b
Octal230222104046750704653
Binary100110001001001010001000100110111101000111000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989244; }

 p { color: rgb(152,146,68); }

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

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

 a { background-color: rgb(152,146,68); }

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

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

 span { border-color: rgb(152,146,68); }

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