#9E902C

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

Shades of Lemon Ginger #9E902C

Tints of Lemon Ginger #9E902C

Color information

#9E902C (or 0x9E902C) is unknown color: approx Lemon Ginger. HEX triplet: 9E, 90 and 2C. RGB value is (158,144,44). Sum of RGB (Red+Green+Blue) = 158+144+44=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E902C is #616FD3. Grayscale: #898989. Windows color (decimal): -6385620 or 2920606. OLE color: 2920606.

HSL color Cylindrical-coordinate representation of color #9E902C: hue angle of 52.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E902C is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15814444-
CMYK00.090.720.38
HSL52.63º56.44%39.61%-
HSV(B)52.63º72.15%61.96%-
XYZ24.5327.46.38-
YUV136.7975.64143.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.66%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 44 (17.58% from 255) = 12.72%
R=45.66%
G=41.62%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581444400.090.720.3852.6356.4439.61
Hex9E902C094826353828
Octal2362205401111046657050
Binary1001111010010000101100010011001000100110110101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,44); }

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

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

 a { background-color: rgb(158,144,44); }

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

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

 span { border-color: rgb(158,144,44); }

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