#918326

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

Shades of Lemon Ginger #918326

Tints of Lemon Ginger #918326

Color information

#918326 (or 0x918326) is unknown color: approx Lemon Ginger. HEX triplet: 91, 83 and 26. RGB value is (145,131,38). Sum of RGB (Red+Green+Blue) = 145+131+38=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #918326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918326 is #6E7CD9. Grayscale: #7C7C7C. Windows color (decimal): -7240922 or 2524049. OLE color: 2524049.

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

Color convert

RGB14513138-
CMYK00.100.740.43
HSL52.15º58.47%35.88%-
HSV(B)52.15º73.79%56.86%-
XYZ20.1422.395.09-
YUV124.5879.14142.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.18%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=46.18%
G=41.72%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451313800.100.740.4352.1558.4735.88
Hex9183260A4A2B343a24
Octal2212034601211253647244
Binary1001000110000011100110010101001010101011110100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918326; }

 p { color: rgb(145,131,38); }

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

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

 a { background-color: rgb(145,131,38); }

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

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

 span { border-color: rgb(145,131,38); }

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