#8E914B

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

Shades of Highball #8E914B

Tints of Highball #8E914B

Color information

#8E914B (or 0x8E914B) is unknown color: approx Highball. HEX triplet: 8E, 91 and 4B. RGB value is (142,145,75). Sum of RGB (Red+Green+Blue) = 142+145+75=362 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.23% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #8E914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E914B is #716EB4. Grayscale: #888888. Windows color (decimal): -7433909 or 4952462. OLE color: 4952462.

HSL color Cylindrical-coordinate representation of color #8E914B: hue angle of 62.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E914B is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB14214575-
CMYK0.0200.480.43
HSL62.57º31.82%43.14%-
HSV(B)62.57º48.28%56.86%-
XYZ22.5526.5110.58-
YUV136.1293.51132.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.23%
GREEN value IS 145 (57.03% from 255) = 40.06%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=39.23%
G=40.06%
B=20.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142145750.0200.480.4362.5731.8243.14
Hex8E914B20302B3f202b
Octal216221113206053774053
Binary10001110100100011001011100110000101011111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,145,75); }

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

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

 a { background-color: rgb(142,145,75); }

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

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

 span { border-color: rgb(142,145,75); }

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