#897B2D

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

Shades of Lemon Ginger #897B2D

Tints of Lemon Ginger #897B2D

Color information

#897B2D (or 0x897B2D) is unknown color: approx Lemon Ginger. HEX triplet: 89, 7B and 2D. RGB value is (137,123,45). Sum of RGB (Red+Green+Blue) = 137+123+45=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #897B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B2D is #7684D2. Grayscale: #767676. Windows color (decimal): -7767251 or 2980745. OLE color: 2980745.

HSL color Cylindrical-coordinate representation of color #897B2D: hue angle of 50.87º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #897B2D is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB13712345-
CMYK00.100.670.46
HSL50.87º50.55%35.69%-
HSV(B)50.87º67.15%53.73%-
XYZ17.8719.675.34-
YUV118.2986.64141.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 123 (48.44% from 255) = 40.33%
BLUE value IS 45 (17.97% from 255) = 14.75%
R=44.92%
G=40.33%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371234500.100.670.4650.8750.5535.69
Hex897B2D0A432E333324
Octal2111735501210356636344
Binary100010011111011101101010101000011101110110011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,123,45); }

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

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

 a { background-color: rgb(137,123,45); }

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

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

 span { border-color: rgb(137,123,45); }

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