#918818

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

Shades of Lemon Ginger #918818

Tints of Lemon Ginger #918818

Color information

#918818 (or 0x918818) is unknown color: approx Lemon Ginger. HEX triplet: 91, 88 and 18. RGB value is (145,136,24). Sum of RGB (Red+Green+Blue) = 145+136+24=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #918818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918818 is #6E77E7. Grayscale: #7E7E7E. Windows color (decimal): -7239656 or 1607825. OLE color: 1607825.

HSL color Cylindrical-coordinate representation of color #918818: hue angle of 55.54º 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 #918818 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB14513624-
CMYK00.060.830.43
HSL55.54º71.6%33.14%-
HSV(B)55.54º83.45%56.86%-
XYZ20.6523.694.35-
YUV125.9270.48141.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.54%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 24 (9.77% from 255) = 7.87%
R=47.54%
G=44.59%
B=7.87%

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
Decimal1451362400.060.830.4355.5471.633.14
Hex91881806532B384821
Octal2212103006123537011041
Binary100100011000100011000011010100111010111110001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918818; }

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

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

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

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

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

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

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

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