#9F8E2C

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

Shades of Lemon Ginger #9F8E2C

Tints of Lemon Ginger #9F8E2C

Color information

#9F8E2C (or 0x9F8E2C) is unknown color: approx Lemon Ginger. HEX triplet: 9F, 8E and 2C. RGB value is (159,142,44). Sum of RGB (Red+Green+Blue) = 159+142+44=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8E2C is #6071D3. Grayscale: #888888. Windows color (decimal): -6320596 or 2920095. OLE color: 2920095.

HSL color Cylindrical-coordinate representation of color #9F8E2C: hue angle of 51.13º degrees, saturation: 0.57, 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 #9F8E2C is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB15914244-
CMYK00.110.720.38
HSL51.13º56.65%39.8%-
HSV(B)51.13º72.33%62.35%-
XYZ24.4326.96.29-
YUV135.9176.13144.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 142 (55.86% from 255) = 41.16%
BLUE value IS 44 (17.58% from 255) = 12.75%
R=46.09%
G=41.16%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591424400.110.720.3851.1356.6539.8
Hex9F8E2C0B4826333928
Octal2372165401311046637150
Binary1001111110001110101100010111001000100110110011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,142,44); }

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

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

 a { background-color: rgb(159,142,44); }

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

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

 span { border-color: rgb(159,142,44); }

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