#918718

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

Shades of Lemon Ginger #918718

Tints of Lemon Ginger #918718

Color information

#918718 (or 0x918718) is unknown color: approx Lemon Ginger. HEX triplet: 91, 87 and 18. RGB value is (145,135,24). Sum of RGB (Red+Green+Blue) = 145+135+24=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 145 - color contains mainly: red. Hex color #918718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918718 is #6E78E7. Grayscale: #7D7D7D. Windows color (decimal): -7239912 or 1607569. OLE color: 1607569.

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

Color convert

RGB14513524-
CMYK00.070.830.43
HSL55.04º71.6%33.14%-
HSV(B)55.04º83.45%56.86%-
XYZ20.5123.414.3-
YUV125.3470.81142.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.70%
GREEN value IS 135 (53.12% from 255) = 44.41%
BLUE value IS 24 (9.77% from 255) = 7.89%
R=47.70%
G=44.41%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451352400.070.830.4355.0471.633.14
Hex91871807532B374821
Octal2212073007123536711041
Binary100100011000011111000011110100111010111101111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918718; }

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

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

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

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

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

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

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

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