#988949

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

Shades of Highball #988949

Tints of Highball #988949

Color information

#988949 (or 0x988949) is unknown color: approx Highball. HEX triplet: 98, 89 and 49. RGB value is (152,137,73). Sum of RGB (Red+Green+Blue) = 152+137+73=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #988949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988949 is #6776B6. Grayscale: #868686. Windows color (decimal): -6780599 or 4819352. OLE color: 4819352.

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

Color convert

RGB15213773-
CMYK00.100.520.40
HSL48.61º35.11%44.12%-
HSV(B)48.61º51.97%59.61%-
XYZ23.125.059.92-
YUV134.1993.47140.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.99%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 73 (28.91% from 255) = 20.17%
R=41.99%
G=37.85%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521377300.100.520.4048.6135.1144.12
Hex9889490A342831232c
Octal2302111110126450614354
Binary1001100010001001100100101010110100101000110001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988949; }

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

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

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

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

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

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

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

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