#988E51

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

Shades of Highball #988E51

Tints of Highball #988E51

Color information

#988E51 (or 0x988E51) is unknown color: approx Highball. HEX triplet: 98, 8E and 51. RGB value is (152,142,81). Sum of RGB (Red+Green+Blue) = 152+142+81=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 152 - color contains mainly: red. Hex color #988E51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E51 is #6771AE. Grayscale: #8A8A8A. Windows color (decimal): -6779311 or 5344920. OLE color: 5344920.

HSL color Cylindrical-coordinate representation of color #988E51: hue angle of 51.55º degrees, saturation: 0.3, 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 #988E51 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB15214281-
CMYK00.070.470.40
HSL51.55º30.47%45.69%-
HSV(B)51.55º46.71%59.61%-
XYZ24.1126.6211.65-
YUV138.0495.81137.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 81 (32.03% from 255) = 21.6%
R=40.53%
G=37.87%
B=21.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521428100.070.470.4051.5530.4745.69
Hex988E51072F28341e2e
Octal230216121075750643656
Binary10011000100011101010001011110111110100011010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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