#918116

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

Shades of Lemon Ginger #918116

Tints of Lemon Ginger #918116

Color information

#918116 (or 0x918116) is unknown color: approx Lemon Ginger. HEX triplet: 91, 81 and 16. RGB value is (145,129,22). Sum of RGB (Red+Green+Blue) = 145+129+22=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #918116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918116 is #6E7EE9. Grayscale: #7A7A7A. Windows color (decimal): -7241450 or 1474961. OLE color: 1474961.

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

Color convert

RGB14512922-
CMYK00.110.850.43
HSL52.2º73.65%32.75%-
HSV(B)52.2º84.83%56.86%-
XYZ19.6721.783.93-
YUV121.5971.8144.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.99%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 22 (8.98% from 255) = 7.43%
R=48.99%
G=43.58%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451292200.110.850.4352.273.6532.75
Hex9181160B552B344a21
Octal22120126013125536411241
Binary1001000110000001101100101110101011010111101001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918116; }

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

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

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

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

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

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

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

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