#918612

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

Shades of Lemon Ginger #918612

Tints of Lemon Ginger #918612

Color information

#918612 (or 0x918612) is unknown color: approx Lemon Ginger. HEX triplet: 91, 86 and 12. RGB value is (145,134,18). Sum of RGB (Red+Green+Blue) = 145+134+18=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 145 - color contains mainly: red. Hex color #918612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918612 is #6E79ED. Grayscale: #7C7C7C. Windows color (decimal): -7240174 or 1214097. OLE color: 1214097.

HSL color Cylindrical-coordinate representation of color #918612: hue angle of 54.8º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #918612 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB14513418-
CMYK00.080.880.43
HSL54.8º77.91%31.96%-
HSV(B)54.8º87.59%56.86%-
XYZ20.3123.113.96-
YUV124.0768.14142.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=48.82%
G=45.12%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451341800.080.880.4354.877.9131.96
Hex91861208582B374e20
Octal22120622010130536711640
Binary1001000110000110100100100010110001010111101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918612; }

 p { color: rgb(145,134,18); }

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

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

 a { background-color: rgb(145,134,18); }

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

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

 span { border-color: rgb(145,134,18); }

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