#8E8B34

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

Shades of Highball #8E8B34

Tints of Highball #8E8B34

Color information

#8E8B34 (or 0x8E8B34) is unknown color: approx Highball. HEX triplet: 8E, 8B and 34. RGB value is (142,139,52). Sum of RGB (Red+Green+Blue) = 142+139+52=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B34 is #7174CB. Grayscale: #828282. Windows color (decimal): -7435468 or 3443598. OLE color: 3443598.

HSL color Cylindrical-coordinate representation of color #8E8B34: hue angle of 58º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E8B34 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB14213952-
CMYK00.020.630.44
HSL58º46.39%38.04%-
HSV(B)58º63.38%55.69%-
XYZ21.0124.466.86-
YUV129.9883.99136.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 139 (54.69% from 255) = 41.74%
BLUE value IS 52 (20.70% from 255) = 15.62%
R=42.64%
G=41.74%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421395200.020.630.445846.3938.04
Hex8E8B34023F2C3a2e26
Octal21621364027754725646
Binary1000111010001011110100010111111101100111010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,139,52); }

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

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

 a { background-color: rgb(142,139,52); }

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

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

 span { border-color: rgb(142,139,52); }

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