#8e8835

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

Shades of Highball #8E8835

Tints of Highball #8E8835

Color information

#8E8835 (or 0x8E8835) is unknown color: approx Highball. HEX triplet: 8E, 88 and 35. RGB value is (142,136,53). Sum of RGB (Red+Green+Blue) = 142+136+53=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8835 is #7177CA. Grayscale: #808080. Windows color (decimal): -7436235 or 3508366. OLE color: 3508366.

HSL color Cylindrical-coordinate representation of color #8E8835: hue angle of 55.96º 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 #8E8835 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB14213653-
CMYK00.040.630.44
HSL55.96º45.64%38.24%-
HSV(B)55.96º62.68%55.69%-
XYZ20.623.626.84-
YUV128.3385.49137.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 136 (53.52% from 255) = 41.09%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=42.90%
G=41.09%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421365300.040.630.4455.9645.6438.24
Hex8E8835043F2C382e26
Octal21621065047754705646
Binary10001110100010001101010100111111101100111000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e8835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,53); }

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

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

 a { background-color: rgb(142,136,53); }

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

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

 span { border-color: rgb(142,136,53); }

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