#8E8729

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

Shades of Lemon Ginger #8E8729

Tints of Lemon Ginger #8E8729

Color information

#8E8729 (or 0x8E8729) is unknown color: approx Lemon Ginger. HEX triplet: 8E, 87 and 29. RGB value is (142,135,41). Sum of RGB (Red+Green+Blue) = 142+135+41=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8729 is #7178D6. Grayscale: #7E7E7E. Windows color (decimal): -7436503 or 2721678. OLE color: 2721678.

HSL color Cylindrical-coordinate representation of color #8E8729: hue angle of 55.84º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E8729 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB14213541-
CMYK00.050.710.44
HSL55.84º55.19%35.88%-
HSV(B)55.84º71.13%55.69%-
XYZ20.2223.245.52-
YUV126.3879.82139.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.65%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 41 (16.41% from 255) = 12.89%
R=44.65%
G=42.45%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421354100.050.710.4455.8455.1935.88
Hex8E872905472C383724
Octal216207510510754706744
Binary100011101000011110100101011000111101100111000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,41); }

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

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

 a { background-color: rgb(142,135,41); }

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

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

 span { border-color: rgb(142,135,41); }

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