#8E8138

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

Shades of Highball #8E8138

Tints of Highball #8E8138

Color information

#8E8138 (or 0x8E8138) is unknown color: approx Highball. HEX triplet: 8E, 81 and 38. RGB value is (142,129,56). Sum of RGB (Red+Green+Blue) = 142+129+56=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8138 is #717EC7. Grayscale: #7C7C7C. Windows color (decimal): -7438024 or 3703182. OLE color: 3703182.

HSL color Cylindrical-coordinate representation of color #8E8138: hue angle of 50.93º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E8138 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB14212956-
CMYK00.090.610.44
HSL50.93º43.43%38.82%-
HSV(B)50.93º60.56%55.69%-
XYZ19.7221.746.9-
YUV124.5689.31140.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=43.43%
G=39.45%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421295600.090.610.4450.9343.4338.82
Hex8E8138093D2C332b27
Octal216201700117554635347
Binary100011101000000111100001001111101101100110011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,56); }

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

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

 a { background-color: rgb(142,129,56); }

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

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

 span { border-color: rgb(142,129,56); }

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