#98964C

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

Shades of Highball #98964C

Tints of Highball #98964C

Color information

#98964C (or 0x98964C) is unknown color: approx Highball. HEX triplet: 98, 96 and 4C. RGB value is (152,150,76). Sum of RGB (Red+Green+Blue) = 152+150+76=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 152 - color contains mainly: red. Hex color #98964C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98964C is #6769B3. Grayscale: #8E8E8E. Windows color (decimal): -6777268 or 5019288. OLE color: 5019288.

HSL color Cylindrical-coordinate representation of color #98964C: hue angle of 58.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98964C is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15215076-
CMYK00.010.500.40
HSL58.42º33.33%44.71%-
HSV(B)58.42º50%59.61%-
XYZ25.1629.0111.11-
YUV142.1690.66135.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 76 (30.08% from 255) = 20.11%
R=40.21%
G=39.68%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521507600.010.500.4058.4233.3344.71
Hex98964C0132283a212d
Octal230226114016250724155
Binary1001100010010110100110001110010101000111010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98964C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98964C; }

 p { color: rgb(152,150,76); }

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

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

 a { background-color: rgb(152,150,76); }

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

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

 span { border-color: rgb(152,150,76); }

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