#898228

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

Shades of Lemon Ginger #898228

Tints of Lemon Ginger #898228

Color information

#898228 (or 0x898228) is unknown color: approx Lemon Ginger. HEX triplet: 89, 82 and 28. RGB value is (137,130,40). Sum of RGB (Red+Green+Blue) = 137+130+40=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #898228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #898228 is #767DD7. Grayscale: #7A7A7A. Windows color (decimal): -7765464 or 2654857. OLE color: 2654857.

HSL color Cylindrical-coordinate representation of color #898228: hue angle of 55.67º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #898228 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB13713040-
CMYK00.050.710.46
HSL55.67º54.8%34.71%-
HSV(B)55.67º70.8%53.73%-
XYZ18.6821.445.16-
YUV121.8381.82138.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 40 (16.02% from 255) = 13.03%
R=44.63%
G=42.35%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371304000.050.710.4655.6754.834.71
Hex89822805472E383723
Octal211202500510756706743
Binary100010011000001010100001011000111101110111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898228; }

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

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

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

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

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

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

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

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