#918525

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

Shades of Lemon Ginger #918525

Tints of Lemon Ginger #918525

Color information

#918525 (or 0x918525) is unknown color: approx Lemon Ginger. HEX triplet: 91, 85 and 25. RGB value is (145,133,37). Sum of RGB (Red+Green+Blue) = 145+133+37=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #918525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918525 is #6E7ADA. Grayscale: #7E7E7E. Windows color (decimal): -7240411 or 2459025. OLE color: 2459025.

HSL color Cylindrical-coordinate representation of color #918525: hue angle of 53.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #918525 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB14513337-
CMYK00.080.740.43
HSL53.33º59.34%35.69%-
HSV(B)53.33º74.48%56.86%-
XYZ20.422.935.1-
YUV125.6477.98141.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 37 (14.84% from 255) = 11.75%
R=46.03%
G=42.22%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451333700.080.740.4353.3359.3435.69
Hex918525084A2B353b24
Octal2212054501011253657344
Binary1001000110000101100101010001001010101011110101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918525; }

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

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

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

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

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

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

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

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