#918122

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

Shades of Lemon Ginger #918122

Tints of Lemon Ginger #918122

Color information

#918122 (or 0x918122) is unknown color: approx Lemon Ginger. HEX triplet: 91, 81 and 22. RGB value is (145,129,34). Sum of RGB (Red+Green+Blue) = 145+129+34=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #918122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918122 is #6E7EDD. Grayscale: #7B7B7B. Windows color (decimal): -7241438 or 2261393. OLE color: 2261393.

HSL color Cylindrical-coordinate representation of color #918122: hue angle of 51.35º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #918122 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14512934-
CMYK00.110.770.43
HSL51.35º62.01%35.1%-
HSV(B)51.35º76.55%56.86%-
XYZ19.8221.844.68-
YUV122.9577.8143.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.08%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 34 (13.67% from 255) = 11.04%
R=47.08%
G=41.88%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451293400.110.770.4351.3562.0135.1
Hex9181220B4D2B333e23
Octal2212014201311553637643
Binary1001000110000001100010010111001101101011110011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918122; }

 p { color: rgb(145,129,34); }

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

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

 a { background-color: rgb(145,129,34); }

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

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

 span { border-color: rgb(145,129,34); }

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