#948818

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

Shades of Lemon Ginger #948818

Tints of Lemon Ginger #948818

Color information

#948818 (or 0x948818) is unknown color: approx Lemon Ginger. HEX triplet: 94, 88 and 18. RGB value is (148,136,24). Sum of RGB (Red+Green+Blue) = 148+136+24=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #948818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948818 is #6B77E7. Grayscale: #7F7F7F. Windows color (decimal): -7043048 or 1607828. OLE color: 1607828.

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

Color convert

RGB14813624-
CMYK00.080.840.42
HSL54.19º72.09%33.73%-
HSV(B)54.19º83.78%58.04%-
XYZ21.1823.974.37-
YUV126.8269.98143.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 136 (53.52% from 255) = 44.16%
BLUE value IS 24 (9.77% from 255) = 7.79%
R=48.05%
G=44.16%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481362400.080.840.4254.1972.0933.73
Hex94881808542A364822
Octal22421030010124526611042
Binary1001010010001000110000100010101001010101101101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948818; }

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

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

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

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

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

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

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

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