#897F22

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

Shades of Lemon Ginger #897F22

Tints of Lemon Ginger #897F22

Color information

#897F22 (or 0x897F22) is unknown color: approx Lemon Ginger. HEX triplet: 89, 7F and 22. RGB value is (137,127,34). Sum of RGB (Red+Green+Blue) = 137+127+34=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #897F22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897F22 is #7680DD. Grayscale: #777777. Windows color (decimal): -7766238 or 2260873. OLE color: 2260873.

HSL color Cylindrical-coordinate representation of color #897F22: hue angle of 54.17º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #897F22 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB13712734-
CMYK00.070.750.46
HSL54.17º60.23%33.53%-
HSV(B)54.17º75.18%53.73%-
XYZ18.1920.614.53-
YUV119.3979.81140.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 127 (50% from 255) = 42.62%
BLUE value IS 34 (13.67% from 255) = 11.41%
R=45.97%
G=42.62%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371273400.070.750.4654.1760.2333.53
Hex897F22074B2E363c22
Octal211177420711356667442
Binary10001001111111110001001111001011101110110110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,127,34); }

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

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

 a { background-color: rgb(137,127,34); }

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

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

 span { border-color: rgb(137,127,34); }

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