#918918

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

Shades of Lemon Ginger #918918

Tints of Lemon Ginger #918918

Color information

#918918 (or 0x918918) is unknown color: approx Lemon Ginger. HEX triplet: 91, 89 and 18. RGB value is (145,137,24). Sum of RGB (Red+Green+Blue) = 145+137+24=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 145 - color contains mainly: red. Hex color #918918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918918 is #6E76E7. Grayscale: #7E7E7E. Windows color (decimal): -7239400 or 1608081. OLE color: 1608081.

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

Color convert

RGB14513724-
CMYK00.060.830.43
HSL56.03º71.6%33.14%-
HSV(B)56.03º83.45%56.86%-
XYZ20.7923.984.4-
YUV126.5170.15141.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 24 (9.77% from 255) = 7.84%
R=47.39%
G=44.77%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451372400.060.830.4356.0371.633.14
Hex91891806532B384821
Octal2212113006123537011041
Binary100100011000100111000011010100111010111110001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918918; }

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

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

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

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

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

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

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

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