#918A1C

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

Shades of Lemon Ginger #918A1C

Tints of Lemon Ginger #918A1C

Color information

#918A1C (or 0x918A1C) is unknown color: approx Lemon Ginger. HEX triplet: 91, 8A and 1C. RGB value is (145,138,28). Sum of RGB (Red+Green+Blue) = 145+138+28=311 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.62% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 145 - color contains mainly: red. Hex color #918A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918A1C is #6E75E3. Grayscale: #808080. Windows color (decimal): -7239140 or 1870481. OLE color: 1870481.

HSL color Cylindrical-coordinate representation of color #918A1C: hue angle of 56.41º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #918A1C is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB14513828-
CMYK00.050.810.43
HSL56.41º67.63%33.92%-
HSV(B)56.41º80.69%56.86%-
XYZ20.9824.284.68-
YUV127.5571.82140.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.62%
GREEN value IS 138 (54.30% from 255) = 44.37%
BLUE value IS 28 (11.33% from 255) = 9.00%
R=46.62%
G=44.37%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451382800.050.810.4356.4167.6333.92
Hex918A1C05512B384422
Octal2212123405121537010442
Binary100100011000101011100010110100011010111110001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,138,28); }

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

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

 a { background-color: rgb(145,138,28); }

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

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

 span { border-color: rgb(145,138,28); }

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