#998C49

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

Shades of Highball #998C49

Tints of Highball #998C49

Color information

#998C49 (or 0x998C49) is unknown color: approx Highball. HEX triplet: 99, 8C and 49. RGB value is (153,140,73). Sum of RGB (Red+Green+Blue) = 153+140+73=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 73 (28.91% from 255 or 19.95% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #998C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C49 is #6673B6. Grayscale: #888888. Windows color (decimal): -6714295 or 4820121. OLE color: 4820121.

HSL color Cylindrical-coordinate representation of color #998C49: hue angle of 50.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #998C49 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15314073-
CMYK00.080.520.4
HSL50.25º35.4%44.31%-
HSV(B)50.25º52.29%60%-
XYZ23.7226.0110.07-
YUV136.2592.31139.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.80%
GREEN value IS 140 (55.08% from 255) = 38.25%
BLUE value IS 73 (28.91% from 255) = 19.95%
R=41.80%
G=38.25%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531407300.080.520.450.2535.444.31
Hex998C4908342832232c
Octal2312141110106450624354
Binary1001100110001100100100101000110100101000110010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998C49; }

 p { color: rgb(153,140,73); }

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

<style>
 a { background-color: #998C49; }

 a { background-color: rgb(153,140,73); }

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

<style>
 span { border-color: #998C49; }

 span { border-color: rgb(153,140,73); }

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