#8D9350

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

Shades of Highball #8D9350

Tints of Highball #8D9350

Color information

#8D9350 (or 0x8D9350) is unknown color: approx Highball. HEX triplet: 8D, 93 and 50. RGB value is (141,147,80). Sum of RGB (Red+Green+Blue) = 141+147+80=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #8D9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9350 is #726CAF. Grayscale: #898989. Windows color (decimal): -7498928 or 5280653. OLE color: 5280653.

HSL color Cylindrical-coordinate representation of color #8D9350: hue angle of 65.37º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D9350 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14114780-
CMYK0.0400.460.42
HSL65.37º29.52%44.51%-
HSV(B)65.37º45.58%57.65%-
XYZ22.8727.1111.62-
YUV137.5795.51130.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.32%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 80 (31.64% from 255) = 21.74%
R=38.32%
G=39.95%
B=21.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal141147800.0400.460.4265.3729.5244.51
Hex8D9350402E2A411e2d
Octal2152231204056521013655
Binary100011011001001110100001000101110101010100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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