#8D8931

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

Shades of Highball #8D8931

Tints of Highball #8D8931

Color information

#8D8931 (or 0x8D8931) is unknown color: approx Highball. HEX triplet: 8D, 89 and 31. RGB value is (141,137,49). Sum of RGB (Red+Green+Blue) = 141+137+49=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8931 is #7276CE. Grayscale: #808080. Windows color (decimal): -7501519 or 3246477. OLE color: 3246477.

HSL color Cylindrical-coordinate representation of color #8D8931: hue angle of 57.39º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D8931 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB14113749-
CMYK00.030.650.45
HSL57.39º48.42%37.25%-
HSV(B)57.39º65.25%55.29%-
XYZ20.4823.786.42-
YUV128.1683.33137.16-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=43.12%
G=41.90%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411374900.030.650.4557.3948.4237.25
Hex8D893103412D393025
Octal215211610310155716045
Binary10001101100010011100010111000001101101111001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D8931; }

 p { color: rgb(141,137,49); }

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

<style>
 a { background-color: #8D8931; }

 a { background-color: rgb(141,137,49); }

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

<style>
 span { border-color: #8D8931; }

 span { border-color: rgb(141,137,49); }

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