#89802E

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

Shades of Lemon Ginger #89802E

Tints of Lemon Ginger #89802E

Color information

#89802E (or 0x89802E) is unknown color: approx Lemon Ginger. HEX triplet: 89, 80 and 2E. RGB value is (137,128,46). Sum of RGB (Red+Green+Blue) = 137+128+46=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89802E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89802E is #767FD1. Grayscale: #797979. Windows color (decimal): -7765970 or 3047561. OLE color: 3047561.

HSL color Cylindrical-coordinate representation of color #89802E: hue angle of 54.07º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89802E is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB13712846-
CMYK00.070.660.46
HSL54.07º49.73%35.88%-
HSV(B)54.07º66.42%53.73%-
XYZ18.5320.955.65-
YUV121.3485.48139.17-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 128 (50.39% from 255) = 41.16%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=44.05%
G=41.16%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371284600.070.660.4654.0749.7335.88
Hex89802E07422E363224
Octal211200560710256666244
Binary100010011000000010111001111000010101110110110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89802E; }

 p { color: rgb(137,128,46); }

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

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

 a { background-color: rgb(137,128,46); }

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

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

 span { border-color: rgb(137,128,46); }

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