#989331

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

Shades of Highball #989331

Tints of Highball #989331

Color information

#989331 (or 0x989331) is unknown color: approx Highball. HEX triplet: 98, 93 and 31. RGB value is (152,147,49). Sum of RGB (Red+Green+Blue) = 152+147+49=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #989331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989331 is #676CCE. Grayscale: #898989. Windows color (decimal): -6778063 or 3249048. OLE color: 3249048.

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

Color convert

RGB15214749-
CMYK00.030.680.40
HSL57.09º51.24%39.41%-
HSV(B)57.09º67.76%59.61%-
XYZ23.9427.767-
YUV137.3278.16138.47-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.68%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 49 (19.53% from 255) = 14.08%
R=43.68%
G=42.24%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521474900.030.680.4057.0951.2439.41
Hex989331034428393327
Octal230223610310450716347
Binary10011000100100111100010111000100101000111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989331; }

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

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

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

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

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

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

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

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