#8C9350

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

Shades of Highball #8C9350

Tints of Highball #8C9350

Color information

#8C9350 (or 0x8C9350) is unknown color: approx Highball. HEX triplet: 8C, 93 and 50. RGB value is (140,147,80). Sum of RGB (Red+Green+Blue) = 140+147+80=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9350 is #736CAF. Grayscale: #898989. Windows color (decimal): -7564464 or 5280652. OLE color: 5280652.

HSL color Cylindrical-coordinate representation of color #8C9350: hue angle of 66.27º 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 #8C9350 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB14014780-
CMYK0.0500.460.42
HSL66.27º29.52%44.51%-
HSV(B)66.27º45.58%57.65%-
XYZ22.727.0211.61-
YUV137.2795.68129.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.15%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 80 (31.64% from 255) = 21.80%
R=38.15%
G=40.05%
B=21.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal140147800.0500.460.4266.2729.5244.51
Hex8C9350502E2A421e2d
Octal2142231205056521023655
Binary100011001001001110100001010101110101010100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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