#948236

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

Shades of Lemon Ginger #948236

Tints of Lemon Ginger #948236

Color information

#948236 (or 0x948236) is unknown color: approx Lemon Ginger. HEX triplet: 94, 82 and 36. RGB value is (148,130,54). Sum of RGB (Red+Green+Blue) = 148+130+54=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948236 is #6B7DC9. Grayscale: #7F7F7F. Windows color (decimal): -7044554 or 3572372. OLE color: 3572372.

HSL color Cylindrical-coordinate representation of color #948236: hue angle of 48.51º 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 #948236 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14813054-
CMYK00.120.640.42
HSL48.51º46.53%39.61%-
HSV(B)48.51º63.51%58.04%-
XYZ20.8622.536.74-
YUV126.7286.96143.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 54 (21.48% from 255) = 16.27%
R=44.58%
G=39.16%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481305400.120.640.4248.5146.5339.61
Hex9482360C402A312f28
Octal2242026601410052615750
Binary1001010010000010110110011001000000101010110001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948236; }

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

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

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

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

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

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

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

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