#9E822F

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

Shades of Lemon Ginger #9E822F

Tints of Lemon Ginger #9E822F

Color information

#9E822F (or 0x9E822F) is unknown color: approx Lemon Ginger. HEX triplet: 9E, 82 and 2F. RGB value is (158,130,47). Sum of RGB (Red+Green+Blue) = 158+130+47=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E822F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E822F is #617DD0. Grayscale: #818181. Windows color (decimal): -6389201 or 3113630. OLE color: 3113630.

HSL color Cylindrical-coordinate representation of color #9E822F: hue angle of 44.86º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E822F is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15813047-
CMYK00.180.700.38
HSL44.86º54.15%40.2%-
HSV(B)44.86º70.25%61.96%-
XYZ22.623.446.02-
YUV128.9181.78148.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.16%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 47 (18.75% from 255) = 14.03%
R=47.16%
G=38.81%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581304700.180.700.3844.8654.1540.2
Hex9E822F01246262d3628
Octal2362025702210646556650
Binary10011110100000101011110100101000110100110101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,130,47); }

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

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

 a { background-color: rgb(158,130,47); }

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

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

 span { border-color: rgb(158,130,47); }

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