#989330

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

Shades of Highball #989330

Tints of Highball #989330

Color information

#989330 (or 0x989330) is unknown color: approx Highball. HEX triplet: 98, 93 and 30. RGB value is (152,147,48). Sum of RGB (Red+Green+Blue) = 152+147+48=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #989330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #989330 is #676CCF. Grayscale: #898989. Windows color (decimal): -6778064 or 3183512. OLE color: 3183512.

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

Color convert

RGB15214748-
CMYK00.030.680.40
HSL57.12º52%39.22%-
HSV(B)57.12º68.42%59.61%-
XYZ23.9227.766.89-
YUV137.2177.66138.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=43.80%
G=42.36%
B=13.83%

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
Decimal1521474800.030.680.4057.125239.22
Hex989330034428393427
Octal230223600310450716447
Binary10011000100100111100000111000100101000111001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989330; }

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

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

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

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

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

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

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

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