#89802B

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

Shades of Lemon Ginger #89802B

Tints of Lemon Ginger #89802B

Color information

#89802B (or 0x89802B) is unknown color: approx Lemon Ginger. HEX triplet: 89, 80 and 2B. RGB value is (137,128,43). Sum of RGB (Red+Green+Blue) = 137+128+43=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #89802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89802B is #767FD4. Grayscale: #797979. Windows color (decimal): -7765973 or 2850953. OLE color: 2850953.

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

Color convert

RGB13712843-
CMYK00.070.690.46
HSL54.26º52.22%35.29%-
HSV(B)54.26º68.61%53.73%-
XYZ18.4720.935.35-
YUV12183.98139.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=44.48%
G=41.56%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371284300.070.690.4654.2652.2235.29
Hex89802B07452E363423
Octal211200530710556666443
Binary100010011000000010101101111000101101110110110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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