#989531

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

Shades of Highball #989531

Tints of Highball #989531

Color information

#989531 (or 0x989531) is unknown color: approx Highball. HEX triplet: 98, 95 and 31. RGB value is (152,149,49). Sum of RGB (Red+Green+Blue) = 152+149+49=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #989531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989531 is #676ACE. Grayscale: #8A8A8A. Windows color (decimal): -6777551 or 3249560. OLE color: 3249560.

HSL color Cylindrical-coordinate representation of color #989531: hue angle of 58.25º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #989531 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15214949-
CMYK00.020.680.40
HSL58.25º51.24%39.41%-
HSV(B)58.25º67.76%59.61%-
XYZ24.2528.397.11-
YUV138.577.49137.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 49 (19.53% from 255) = 14%
R=43.43%
G=42.57%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521494900.020.680.4058.2551.2439.41
Hex9895310244283a3327
Octal230225610210450726347
Binary10011000100101011100010101000100101000111010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989531; }

 p { color: rgb(152,149,49); }

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

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

 a { background-color: rgb(152,149,49); }

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

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

 span { border-color: rgb(152,149,49); }

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