#948425

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

Shades of Lemon Ginger #948425

Tints of Lemon Ginger #948425

Color information

#948425 (or 0x948425) is unknown color: approx Lemon Ginger. HEX triplet: 94, 84 and 25. RGB value is (148,132,37). Sum of RGB (Red+Green+Blue) = 148+132+37=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #948425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948425 is #6B7BDA. Grayscale: #7E7E7E. Windows color (decimal): -7044059 or 2458772. OLE color: 2458772.

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

Color convert

RGB14813237-
CMYK00.110.750.42
HSL51.35º60%36.27%-
HSV(B)51.35º75%58.04%-
XYZ20.822.935.08-
YUV125.9577.8143.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 37 (14.84% from 255) = 11.67%
R=46.69%
G=41.64%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481323700.110.750.4251.356036.27
Hex9484250B4B2A333c24
Octal2242044501311352637444
Binary1001010010000100100101010111001011101010110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948425; }

 p { color: rgb(148,132,37); }

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

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

 a { background-color: rgb(148,132,37); }

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

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

 span { border-color: rgb(148,132,37); }

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