#8D9349

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

Shades of Highball #8D9349

Tints of Highball #8D9349

Color information

#8D9349 (or 0x8D9349) is unknown color: approx Highball. HEX triplet: 8D, 93 and 49. RGB value is (141,147,73). Sum of RGB (Red+Green+Blue) = 141+147+73=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9349 is #726CB6. Grayscale: #898989. Windows color (decimal): -7498935 or 4821901. OLE color: 4821901.

HSL color Cylindrical-coordinate representation of color #8D9349: hue angle of 64.86º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D9349 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14114773-
CMYK0.0400.500.42
HSL64.86º33.64%43.14%-
HSV(B)64.86º50.34%57.65%-
XYZ22.6227.0110.32-
YUV136.7792.01131.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=39.06%
G=40.72%
B=20.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147730.0400.500.4264.8633.6443.14
Hex8D934940322A41222b
Octal2152231114062521014253
Binary1000110110010011100100110001100101010101000001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,147,73); }

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

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

 a { background-color: rgb(141,147,73); }

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

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

 span { border-color: rgb(141,147,73); }

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