#98964B

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

Shades of Highball #98964B

Tints of Highball #98964B

Color information

#98964B (or 0x98964B) is unknown color: approx Highball. HEX triplet: 98, 96 and 4B. RGB value is (152,150,75). Sum of RGB (Red+Green+Blue) = 152+150+75=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 152 - color contains mainly: red. Hex color #98964B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98964B is #6769B4. Grayscale: #8E8E8E. Windows color (decimal): -6777269 or 4953752. OLE color: 4953752.

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

Color convert

RGB15215075-
CMYK00.010.510.40
HSL58.44º33.92%44.51%-
HSV(B)58.44º50.66%59.61%-
XYZ25.132910.93-
YUV142.0590.16135.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=40.32%
G=39.79%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521507500.010.510.4058.4433.9244.51
Hex98964B0133283a222d
Octal230226113016350724255
Binary1001100010010110100101101110011101000111010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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