#998A47

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

Shades of Highball #998A47

Tints of Highball #998A47

Color information

#998A47 (or 0x998A47) is unknown color: approx Highball. HEX triplet: 99, 8A and 47. RGB value is (153,138,71). Sum of RGB (Red+Green+Blue) = 153+138+71=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 138 (54.30% from 255 or 38.12% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #998A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998A47 is #6675B8. Grayscale: #878787. Windows color (decimal): -6714809 or 4688537. OLE color: 4688537.

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

Color convert

RGB15313871-
CMYK00.100.540.4
HSL49.02º36.61%43.92%-
HSV(B)49.02º53.59%60%-
XYZ23.3625.49.63-
YUV134.8591.97140.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 138 (54.30% from 255) = 38.12%
BLUE value IS 71 (28.12% from 255) = 19.61%
R=42.27%
G=38.12%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531387100.100.540.449.0236.6143.92
Hex998A470A362831252c
Octal2312121070126650614554
Binary1001100110001010100011101010110110101000110001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,138,71); }

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

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

 a { background-color: rgb(153,138,71); }

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

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

 span { border-color: rgb(153,138,71); }

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