#918625

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

Shades of Lemon Ginger #918625

Tints of Lemon Ginger #918625

Color information

#918625 (or 0x918625) is unknown color: approx Lemon Ginger. HEX triplet: 91, 86 and 25. RGB value is (145,134,37). Sum of RGB (Red+Green+Blue) = 145+134+37=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #918625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918625 is #6E79DA. Grayscale: #7E7E7E. Windows color (decimal): -7240155 or 2459281. OLE color: 2459281.

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

Color convert

RGB14513437-
CMYK00.080.740.43
HSL53.89º59.34%35.69%-
HSV(B)53.89º74.48%56.86%-
XYZ20.5423.25.15-
YUV126.2377.64141.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.89%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=45.89%
G=42.41%
B=11.71%

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
Decimal1451343700.080.740.4353.8959.3435.69
Hex918625084A2B363b24
Octal2212064501011253667344
Binary1001000110000110100101010001001010101011110110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918625; }

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

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

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

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

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

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

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

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