#8E924B

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

Shades of Highball #8E924B

Tints of Highball #8E924B

Color information

#8E924B (or 0x8E924B) is unknown color: approx Highball. HEX triplet: 8E, 92 and 4B. RGB value is (142,146,75). Sum of RGB (Red+Green+Blue) = 142+146+75=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #8E924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E924B is #716DB4. Grayscale: #888888. Windows color (decimal): -7433653 or 4952718. OLE color: 4952718.

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

Color convert

RGB14214675-
CMYK0.0300.490.43
HSL63.38º32.13%43.33%-
HSV(B)63.38º48.63%57.25%-
XYZ22.726.8210.64-
YUV136.7193.17131.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=39.12%
G=40.22%
B=20.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146750.0300.490.4363.3832.1343.33
Hex8E924B30312B3f202b
Octal216222113306153774053
Binary10001110100100101001011110110001101011111111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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