#918916

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

Shades of Lemon Ginger #918916

Tints of Lemon Ginger #918916

Color information

#918916 (or 0x918916) is unknown color: approx Lemon Ginger. HEX triplet: 91, 89 and 16. RGB value is (145,137,22). Sum of RGB (Red+Green+Blue) = 145+137+22=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #918916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918916 is #6E76E9. Grayscale: #7E7E7E. Windows color (decimal): -7239402 or 1477009. OLE color: 1477009.

HSL color Cylindrical-coordinate representation of color #918916: hue angle of 56.1º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #918916 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14513722-
CMYK00.060.850.43
HSL56.1º73.65%32.75%-
HSV(B)56.1º84.83%56.86%-
XYZ20.7723.974.29-
YUV126.2869.15141.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=47.70%
G=45.07%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451372200.060.850.4356.173.6532.75
Hex91891606552B384a21
Octal2212112606125537011241
Binary100100011000100110110011010101011010111110001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918916; }

 p { color: rgb(145,137,22); }

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

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

 a { background-color: rgb(145,137,22); }

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

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

 span { border-color: rgb(145,137,22); }

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