#918524

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

Shades of Lemon Ginger #918524

Tints of Lemon Ginger #918524

Color information

#918524 (or 0x918524) is unknown color: approx Lemon Ginger. HEX triplet: 91, 85 and 24. RGB value is (145,133,36). Sum of RGB (Red+Green+Blue) = 145+133+36=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #918524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918524 is #6E7ADB. Grayscale: #7D7D7D. Windows color (decimal): -7240412 or 2393489. OLE color: 2393489.

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

Color convert

RGB14513336-
CMYK00.080.750.43
HSL53.39º60.22%35.49%-
HSV(B)53.39º75.17%56.86%-
XYZ20.3822.925.02-
YUV125.5377.48141.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 36 (14.45% from 255) = 11.46%
R=46.18%
G=42.36%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451333600.080.750.4353.3960.2235.49
Hex918524084B2B353c23
Octal2212054401011353657443
Binary1001000110000101100100010001001011101011110101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918524; }

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

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

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

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

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

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

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

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