#918B25

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

Shades of Lemon Ginger #918B25

Tints of Lemon Ginger #918B25

Color information

#918B25 (or 0x918B25) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8B and 25. RGB value is (145,139,37). Sum of RGB (Red+Green+Blue) = 145+139+37=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #918B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918B25 is #6E74DA. Grayscale: #818181. Windows color (decimal): -7238875 or 2460561. OLE color: 2460561.

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

Color convert

RGB14513937-
CMYK00.040.740.43
HSL56.67º59.34%35.69%-
HSV(B)56.67º74.48%56.86%-
XYZ21.2424.625.38-
YUV129.1775.99139.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.17%
GREEN value IS 139 (54.69% from 255) = 43.30%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=45.17%
G=43.30%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451393700.040.740.4356.6759.3435.69
Hex918B25044A2B393b24
Octal221213450411253717344
Binary100100011000101110010101001001010101011111001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918B25; }

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

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

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

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

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

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

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

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