#918431

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

Shades of Lemon Ginger #918431

Tints of Lemon Ginger #918431

Color information

#918431 (or 0x918431) is unknown color: approx Lemon Ginger. HEX triplet: 91, 84 and 31. RGB value is (145,132,49). Sum of RGB (Red+Green+Blue) = 145+132+49=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 145 - color contains mainly: red. Hex color #918431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918431 is #6E7BCE. Grayscale: #7E7E7E. Windows color (decimal): -7240655 or 3245201. OLE color: 3245201.

HSL color Cylindrical-coordinate representation of color #918431: hue angle of 51.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #918431 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14513249-
CMYK00.090.660.43
HSL51.88º49.48%38.04%-
HSV(B)51.88º66.21%56.86%-
XYZ20.4822.746.22-
YUV126.4284.31141.25-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.48%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=44.48%
G=40.49%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451324900.090.660.4351.8849.4838.04
Hex91843109422B343126
Octal2212046101110253646146
Binary1001000110000100110001010011000010101011110100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918431; }

 p { color: rgb(145,132,49); }

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

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

 a { background-color: rgb(145,132,49); }

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

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

 span { border-color: rgb(145,132,49); }

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