#998E51

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

Shades of Highball #998E51

Tints of Highball #998E51

Color information

#998E51 (or 0x998E51) is unknown color: approx Highball. HEX triplet: 99, 8E and 51. RGB value is (153,142,81). Sum of RGB (Red+Green+Blue) = 153+142+81=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #998E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E51 is #6671AE. Grayscale: #8A8A8A. Windows color (decimal): -6713775 or 5344921. OLE color: 5344921.

HSL color Cylindrical-coordinate representation of color #998E51: hue angle of 50.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #998E51 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.4.

Color convert

RGB15314281-
CMYK00.070.470.4
HSL50.83º30.77%45.88%-
HSV(B)50.83º47.06%60%-
XYZ24.326.7111.66-
YUV138.3495.64138.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.69%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=40.69%
G=37.77%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531428100.070.470.450.8330.7745.88
Hex998E51072F28331f2e
Octal231216121075750633756
Binary10011001100011101010001011110111110100011001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,142,81); }

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

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

 a { background-color: rgb(153,142,81); }

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

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

 span { border-color: rgb(153,142,81); }

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