#918024

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

Shades of Lemon Ginger #918024

Tints of Lemon Ginger #918024

Color information

#918024 (or 0x918024) is unknown color: approx Lemon Ginger. HEX triplet: 91, 80 and 24. RGB value is (145,128,36). Sum of RGB (Red+Green+Blue) = 145+128+36=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #918024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918024 is #6E7FDB. Grayscale: #7A7A7A. Windows color (decimal): -7241692 or 2392209. OLE color: 2392209.

HSL color Cylindrical-coordinate representation of color #918024: hue angle of 50.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #918024 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB14512836-
CMYK00.120.750.43
HSL50.64º60.22%35.49%-
HSV(B)50.64º75.17%56.86%-
XYZ19.7121.594.8-
YUV122.5979.13143.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.93%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 36 (14.45% from 255) = 11.65%
R=46.93%
G=41.42%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451283600.120.750.4350.6460.2235.49
Hex9180240C4B2B333c23
Octal2212004401411353637443
Binary1001000110000000100100011001001011101011110011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918024; }

 p { color: rgb(145,128,36); }

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

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

 a { background-color: rgb(145,128,36); }

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

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

 span { border-color: rgb(145,128,36); }

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