#9E8431

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

Shades of Lemon Ginger #9E8431

Tints of Lemon Ginger #9E8431

Color information

#9E8431 (or 0x9E8431) is unknown color: approx Lemon Ginger. HEX triplet: 9E, 84 and 31. RGB value is (158,132,49). Sum of RGB (Red+Green+Blue) = 158+132+49=339 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.61% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8431 is #617BCE. Grayscale: #828282. Windows color (decimal): -6388687 or 3245214. OLE color: 3245214.

HSL color Cylindrical-coordinate representation of color #9E8431: hue angle of 45.69º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E8431 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB15813249-
CMYK00.160.690.38
HSL45.69º52.66%40.59%-
HSV(B)45.69º68.99%61.96%-
XYZ22.9123.996.33-
YUV130.3182.11147.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.61%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=46.61%
G=38.94%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581324900.160.690.3845.6952.6640.59
Hex9E843101045262e3529
Octal2362046102010546566551
Binary10011110100001001100010100001000101100110101110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8431; }

 p { color: rgb(158,132,49); }

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

<style>
 a { background-color: #9E8431; }

 a { background-color: rgb(158,132,49); }

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

<style>
 span { border-color: #9E8431; }

 span { border-color: rgb(158,132,49); }

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