#8E8B4B

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

Shades of Highball #8E8B4B

Tints of Highball #8E8B4B

Color information

#8E8B4B (or 0x8E8B4B) is unknown color: approx Highball. HEX triplet: 8E, 8B and 4B. RGB value is (142,139,75). Sum of RGB (Red+Green+Blue) = 142+139+75=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8B4B is #7174B4. Grayscale: #848484. Windows color (decimal): -7435445 or 4950926. OLE color: 4950926.

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

Color convert

RGB14213975-
CMYK00.020.470.44
HSL57.31º30.88%42.55%-
HSV(B)57.31º47.18%55.69%-
XYZ21.6624.7210.29-
YUV132.695.49134.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 139 (54.69% from 255) = 39.04%
BLUE value IS 75 (29.69% from 255) = 21.07%
R=39.89%
G=39.04%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421397500.020.470.4457.3130.8842.55
Hex8E8B4B022F2C391f2b
Octal216213113025754713753
Binary1000111010001011100101101010111110110011100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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