#9F942C

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

Shades of Lemon Ginger #9F942C

Tints of Lemon Ginger #9F942C

Color information

#9F942C (or 0x9F942C) is unknown color: approx Lemon Ginger. HEX triplet: 9F, 94 and 2C. RGB value is (159,148,44). Sum of RGB (Red+Green+Blue) = 159+148+44=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 159 - color contains mainly: red. Hex color #9F942C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F942C is #606BD3. Grayscale: #8B8B8B. Windows color (decimal): -6319060 or 2921631. OLE color: 2921631.

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

Color convert

RGB15914844-
CMYK00.070.720.38
HSL54.26º56.65%39.8%-
HSV(B)54.26º72.33%62.35%-
XYZ25.3428.736.59-
YUV139.4374.14141.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=45.30%
G=42.17%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591484400.070.720.3854.2656.6539.8
Hex9F942C074826363928
Octal237224540711046667150
Binary100111111001010010110001111001000100110110110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F942C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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