#89822A

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

Shades of Lemon Ginger #89822A

Tints of Lemon Ginger #89822A

Color information

#89822A (or 0x89822A) is unknown color: approx Lemon Ginger. HEX triplet: 89, 82 and 2A. RGB value is (137,130,42). Sum of RGB (Red+Green+Blue) = 137+130+42=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89822A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89822A is #767DD5. Grayscale: #7A7A7A. Windows color (decimal): -7765462 or 2785929. OLE color: 2785929.

HSL color Cylindrical-coordinate representation of color #89822A: hue angle of 55.58º degrees, saturation: 0.53, 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 #89822A is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB13713042-
CMYK00.050.690.46
HSL55.58º53.07%35.1%-
HSV(B)55.58º69.34%53.73%-
XYZ18.7221.455.34-
YUV122.0682.82138.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 42 (16.80% from 255) = 13.59%
R=44.34%
G=42.07%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371304200.050.690.4655.5853.0735.1
Hex89822A05452E383523
Octal211202520510556706543
Binary100010011000001010101001011000101101110111000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89822A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89822A; }

 p { color: rgb(137,130,42); }

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

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

 a { background-color: rgb(137,130,42); }

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

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

 span { border-color: rgb(137,130,42); }

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