#918811

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

Shades of Lemon Ginger #918811

Tints of Lemon Ginger #918811

Color information

#918811 (or 0x918811) is unknown color: approx Lemon Ginger. HEX triplet: 91, 88 and 11. RGB value is (145,136,17). Sum of RGB (Red+Green+Blue) = 145+136+17=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #918811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918811 is #6E77EE. Grayscale: #7D7D7D. Windows color (decimal): -7239663 or 1149073. OLE color: 1149073.

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

Color convert

RGB14513617-
CMYK00.060.880.43
HSL55.78º79.01%31.76%-
HSV(B)55.78º88.28%56.86%-
XYZ20.5823.674.01-
YUV125.1266.98142.18-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.66%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 17 (7.03% from 255) = 5.70%
R=48.66%
G=45.64%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451361700.060.880.4355.7879.0131.76
Hex91881106582B384f20
Octal2212102106130537011740
Binary100100011000100010001011010110001010111110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918811; }

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

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

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

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

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

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

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

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