#948328

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

Shades of Lemon Ginger #948328

Tints of Lemon Ginger #948328

Color information

#948328 (or 0x948328) is unknown color: approx Lemon Ginger. HEX triplet: 94, 83 and 28. RGB value is (148,131,40). Sum of RGB (Red+Green+Blue) = 148+131+40=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #948328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948328 is #6B7CD7. Grayscale: #7E7E7E. Windows color (decimal): -7044312 or 2655124. OLE color: 2655124.

HSL color Cylindrical-coordinate representation of color #948328: hue angle of 50.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #948328 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14813140-
CMYK00.110.730.42
HSL50.56º57.45%36.86%-
HSV(B)50.56º72.97%58.04%-
XYZ20.7122.685.29-
YUV125.7179.63143.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=46.39%
G=41.07%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481314000.110.730.4250.5657.4536.86
Hex9483280B492A333925
Octal2242035001311152637145
Binary1001010010000011101000010111001001101010110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948328; }

 p { color: rgb(148,131,40); }

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

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

 a { background-color: rgb(148,131,40); }

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

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

 span { border-color: rgb(148,131,40); }

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