#948524

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

Shades of Lemon Ginger #948524

Tints of Lemon Ginger #948524

Color information

#948524 (or 0x948524) is unknown color: approx Lemon Ginger. HEX triplet: 94, 85 and 24. RGB value is (148,133,36). Sum of RGB (Red+Green+Blue) = 148+133+36=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #948524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948524 is #6B7ADB. Grayscale: #7E7E7E. Windows color (decimal): -7043804 or 2393492. OLE color: 2393492.

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

Color convert

RGB14813336-
CMYK00.100.760.42
HSL51.96º60.87%36.08%-
HSV(B)51.96º75.68%58.04%-
XYZ20.9223.25.04-
YUV126.4376.97143.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.69%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 36 (14.45% from 255) = 11.36%
R=46.69%
G=41.96%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481333600.100.760.4251.9660.8736.08
Hex9485240A4C2A343d24
Octal2242054401211452647544
Binary1001010010000101100100010101001100101010110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948524; }

 p { color: rgb(148,133,36); }

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

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

 a { background-color: rgb(148,133,36); }

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

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

 span { border-color: rgb(148,133,36); }

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