#8E9550

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

Shades of Highball #8E9550

Tints of Highball #8E9550

Color information

#8E9550 (or 0x8E9550) is unknown color: approx Highball. HEX triplet: 8E, 95 and 50. RGB value is (142,149,80). Sum of RGB (Red+Green+Blue) = 142+149+80=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #8E9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9550 is #716AAF. Grayscale: #8B8B8B. Windows color (decimal): -7432880 or 5281166. OLE color: 5281166.

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

Color convert

RGB14214980-
CMYK0.0500.460.42
HSL66.09º30.13%44.9%-
HSV(B)66.09º46.31%58.43%-
XYZ23.3527.8211.73-
YUV139.0494.68130.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.27%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=38.27%
G=40.16%
B=21.56%

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
Decimal142149800.0500.460.4266.0930.1344.9
Hex8E9550502E2A421e2d
Octal2162251205056521023655
Binary100011101001010110100001010101110101010100001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,149,80); }

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

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

 a { background-color: rgb(142,149,80); }

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

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

 span { border-color: rgb(142,149,80); }

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