#988D51

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

Shades of Highball #988D51

Tints of Highball #988D51

Color information

#988D51 (or 0x988D51) is unknown color: approx Highball. HEX triplet: 98, 8D and 51. RGB value is (152,141,81). Sum of RGB (Red+Green+Blue) = 152+141+81=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #988D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D51 is #6772AE. Grayscale: #898989. Windows color (decimal): -6779567 or 5344664. OLE color: 5344664.

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

Color convert

RGB15214181-
CMYK00.070.470.40
HSL50.7º30.47%45.69%-
HSV(B)50.7º46.71%59.61%-
XYZ23.9626.3211.6-
YUV137.4596.14138.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 81 (32.03% from 255) = 21.66%
R=40.64%
G=37.70%
B=21.66%

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
Decimal1521418100.070.470.4050.730.4745.69
Hex988D51072F28331e2e
Octal230215121075750633656
Binary10011000100011011010001011110111110100011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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