#897D26

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

Shades of Lemon Ginger #897D26

Tints of Lemon Ginger #897D26

Color information

#897D26 (or 0x897D26) is unknown color: approx Lemon Ginger. HEX triplet: 89, 7D and 26. RGB value is (137,125,38). Sum of RGB (Red+Green+Blue) = 137+125+38=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #897D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897D26 is #7682D9. Grayscale: #777777. Windows color (decimal): -7766746 or 2522505. OLE color: 2522505.

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

Color convert

RGB13712538-
CMYK00.090.720.46
HSL52.73º56.57%34.31%-
HSV(B)52.73º72.26%53.73%-
XYZ1820.134.77-
YUV118.6782.48141.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 125 (49.22% from 255) = 41.67%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=45.67%
G=41.67%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371253800.090.720.4652.7356.5734.31
Hex897D2609482E353922
Octal2111754601111056657142
Binary100010011111101100110010011001000101110110101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,125,38); }

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

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

 a { background-color: rgb(137,125,38); }

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

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

 span { border-color: rgb(137,125,38); }

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