#98894C

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

Shades of Highball #98894C

Tints of Highball #98894C

Color information

#98894C (or 0x98894C) is unknown color: approx Highball. HEX triplet: 98, 89 and 4C. RGB value is (152,137,76). Sum of RGB (Red+Green+Blue) = 152+137+76=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98894C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98894C is #6776B3. Grayscale: #868686. Windows color (decimal): -6780596 or 5015960. OLE color: 5015960.

HSL color Cylindrical-coordinate representation of color #98894C: hue angle of 48.16º 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 #98894C is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15213776-
CMYK00.100.500.40
HSL48.16º33.33%44.71%-
HSV(B)48.16º50%59.61%-
XYZ23.225.0910.46-
YUV134.5394.97140.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 76 (30.08% from 255) = 20.82%
R=41.64%
G=37.53%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521377600.100.500.4048.1633.3344.71
Hex98894C0A322830212d
Octal2302111140126250604155
Binary1001100010001001100110001010110010101000110000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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