#9E8D21

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

Shades of Lemon Ginger #9E8D21

Tints of Lemon Ginger #9E8D21

Color information

#9E8D21 (or 0x9E8D21) is unknown color: approx Lemon Ginger. HEX triplet: 9E, 8D and 21. RGB value is (158,141,33). Sum of RGB (Red+Green+Blue) = 158+141+33=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8D21 is #6172DE. Grayscale: #868686. Windows color (decimal): -6386399 or 2198942. OLE color: 2198942.

HSL color Cylindrical-coordinate representation of color #9E8D21: hue angle of 51.84º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E8D21 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB15814133-
CMYK00.110.790.38
HSL51.84º65.45%37.45%-
HSV(B)51.84º79.11%61.96%-
XYZ23.926.435.28-
YUV133.7771.13145.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.59%
GREEN value IS 141 (55.47% from 255) = 42.47%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=47.59%
G=42.47%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581413300.110.790.3851.8465.4537.45
Hex9E8D210B4F26344125
Octal23621541013117466410145
Binary10011110100011011000010101110011111001101101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,141,33); }

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

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

 a { background-color: rgb(158,141,33); }

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

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

 span { border-color: rgb(158,141,33); }

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