#948036

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

Shades of Lemon Ginger #948036

Tints of Lemon Ginger #948036

Color information

#948036 (or 0x948036) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 36. RGB value is (148,128,54). Sum of RGB (Red+Green+Blue) = 148+128+54=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #948036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948036 is #6B7FC9. Grayscale: #7D7D7D. Windows color (decimal): -7045066 or 3571860. OLE color: 3571860.

HSL color Cylindrical-coordinate representation of color #948036: hue angle of 47.23º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #948036 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14812854-
CMYK00.140.640.42
HSL47.23º46.53%39.61%-
HSV(B)47.23º63.51%58.04%-
XYZ20.6226.65-
YUV125.5487.63144.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 54 (21.48% from 255) = 16.36%
R=44.85%
G=38.79%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481285400.140.640.4247.2346.5339.61
Hex9480360E402A2f2f28
Octal2242006601610052575750
Binary1001010010000000110110011101000000101010101111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948036; }

 p { color: rgb(148,128,54); }

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

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

 a { background-color: rgb(148,128,54); }

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

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

 span { border-color: rgb(148,128,54); }

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