#8E9251

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

Shades of Highball #8E9251

Tints of Highball #8E9251

Color information

#8E9251 (or 0x8E9251) is unknown color: approx Highball. HEX triplet: 8E, 92 and 51. RGB value is (142,146,81). Sum of RGB (Red+Green+Blue) = 142+146+81=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #8E9251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9251 is #716DAE. Grayscale: #898989. Windows color (decimal): -7433647 or 5345934. OLE color: 5345934.

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

Color convert

RGB14214681-
CMYK0.0300.450.43
HSL63.69º28.63%44.51%-
HSV(B)63.69º44.52%57.25%-
XYZ22.9226.911.77-
YUV137.3996.17131.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=38.48%
G=39.57%
B=21.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal142146810.0300.450.4363.6928.6344.51
Hex8E9251302D2B401d2d
Octal2162221213055531003555
Binary10001110100100101010001110101101101011100000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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