#948418

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

Shades of Lemon Ginger #948418

Tints of Lemon Ginger #948418

Color information

#948418 (or 0x948418) is unknown color: approx Lemon Ginger. HEX triplet: 94, 84 and 18. RGB value is (148,132,24). Sum of RGB (Red+Green+Blue) = 148+132+24=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #948418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948418 is #6B7BE7. Grayscale: #7C7C7C. Windows color (decimal): -7044072 or 1606804. OLE color: 1606804.

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

Color convert

RGB14813224-
CMYK00.110.840.42
HSL52.26º72.09%33.73%-
HSV(B)52.26º83.78%58.04%-
XYZ20.6322.864.19-
YUV124.4771.3144.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 24 (9.77% from 255) = 7.89%
R=48.68%
G=43.42%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481322400.110.840.4252.2672.0933.73
Hex9484180B542A344822
Octal22420430013124526411042
Binary1001010010000100110000101110101001010101101001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948418; }

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

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

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

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

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

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

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

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