#897C34

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

Shades of Lemon Ginger #897C34

Tints of Lemon Ginger #897C34

Color information

#897C34 (or 0x897C34) is unknown color: approx Lemon Ginger. HEX triplet: 89, 7C and 34. RGB value is (137,124,52). Sum of RGB (Red+Green+Blue) = 137+124+52=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #897C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C34 is #7683CB. Grayscale: #777777. Windows color (decimal): -7766988 or 3439753. OLE color: 3439753.

HSL color Cylindrical-coordinate representation of color #897C34: hue angle of 50.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #897C34 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB13712452-
CMYK00.090.620.46
HSL50.82º44.97%37.06%-
HSV(B)50.82º62.04%53.73%-
XYZ18.1419.986.15-
YUV119.6889.81140.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=43.77%
G=39.62%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371245200.090.620.4650.8244.9737.06
Hex897C34093E2E332d25
Octal211174640117656635545
Binary10001001111110011010001001111110101110110011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897C34; }

 p { color: rgb(137,124,52); }

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

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

 a { background-color: rgb(137,124,52); }

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

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

 span { border-color: rgb(137,124,52); }

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