#988F51

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

Shades of Highball #988F51

Tints of Highball #988F51

Color information

#988F51 (or 0x988F51) is unknown color: approx Highball. HEX triplet: 98, 8F and 51. RGB value is (152,143,81). Sum of RGB (Red+Green+Blue) = 152+143+81=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #988F51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F51 is #6770AE. Grayscale: #8A8A8A. Windows color (decimal): -6779055 or 5345176. OLE color: 5345176.

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

Color convert

RGB15214381-
CMYK00.060.470.40
HSL52.39º30.47%45.69%-
HSV(B)52.39º46.71%59.61%-
XYZ24.2626.9111.7-
YUV138.6295.48137.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 81 (32.03% from 255) = 21.54%
R=40.43%
G=38.03%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521438100.060.470.4052.3930.4745.69
Hex988F51062F28341e2e
Octal230217121065750643656
Binary10011000100011111010001011010111110100011010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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