#98963A

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

Shades of Highball #98963A

Tints of Highball #98963A

Color information

#98963A (or 0x98963A) is unknown color: approx Highball. HEX triplet: 98, 96 and 3A. RGB value is (152,150,58). Sum of RGB (Red+Green+Blue) = 152+150+58=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98963A is #6769C5. Grayscale: #8C8C8C. Windows color (decimal): -6777286 or 3839640. OLE color: 3839640.

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

Color convert

RGB15215058-
CMYK00.010.620.40
HSL58.72º44.76%41.18%-
HSV(B)58.72º61.84%59.61%-
XYZ24.6228.798.26-
YUV140.1181.66136.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=42.22%
G=41.67%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521505800.010.620.4058.7244.7641.18
Hex98963A013E283b2d29
Octal23022672017650735551
Binary100110001001011011101001111110101000111011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98963A; }

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

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

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

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

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

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

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

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