#98962F

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

Shades of Highball #98962F

Tints of Highball #98962F

Color information

#98962F (or 0x98962F) is unknown color: approx Highball. HEX triplet: 98, 96 and 2F. RGB value is (152,150,47). Sum of RGB (Red+Green+Blue) = 152+150+47=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98962F is #6769D0. Grayscale: #8B8B8B. Windows color (decimal): -6777297 or 3118744. OLE color: 3118744.

HSL color Cylindrical-coordinate representation of color #98962F: hue angle of 58.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98962F is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB15215047-
CMYK00.010.690.40
HSL58.86º52.76%39.02%-
HSV(B)58.86º69.08%59.61%-
XYZ24.3728.696.94-
YUV138.8676.16137.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 47 (18.75% from 255) = 13.47%
R=43.55%
G=42.98%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521504700.010.690.4058.8652.7639.02
Hex98962F0145283b3527
Octal230226570110550736547
Binary1001100010010110101111011000101101000111011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98962F; }

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

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

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

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

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

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

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

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