#8C8946

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

Shades of Highball #8C8946

Tints of Highball #8C8946

Color information

#8C8946 (or 0x8C8946) is unknown color: approx Highball. HEX triplet: 8C, 89 and 46. RGB value is (140,137,70). Sum of RGB (Red+Green+Blue) = 140+137+70=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8946 is #7376B9. Grayscale: #828282. Windows color (decimal): -7567034 or 4622732. OLE color: 4622732.

HSL color Cylindrical-coordinate representation of color #8C8946: hue angle of 57.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C8946 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB14013770-
CMYK00.020.500.45
HSL57.43º33.33%41.18%-
HSV(B)57.43º50%54.9%-
XYZ20.8723.919.31-
YUV130.2693.99134.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 70 (27.73% from 255) = 20.17%
R=40.35%
G=39.48%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401377000.020.500.4557.4333.3341.18
Hex8C894602322D392129
Octal214211106026255714151
Binary10001100100010011000110010110010101101111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,137,70); }

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

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

 a { background-color: rgb(140,137,70); }

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

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

 span { border-color: rgb(140,137,70); }

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