Shades of Lemon Ginger #897B2A
Tints of Lemon Ginger #897B2A
RGB
CMYK
RGB Variations
Color information
#897B2A (or 0x897B2A) is known color: Lemon Ginger. HEX triplet: 89, 7B and 2A. RGB value is (137,123,42). Sum of RGB (Red+Green+Blue) = 137+123+42=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #897B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897B2A is #7684D5. Grayscale: #767676. Windows color (decimal): -7767254 or 2784137. OLE color: 2784137.
HSL color Cylindrical-coordinate representation of color #897B2A: hue angle of 51.16º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #897B2A is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 42 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.46 |
| HSL | 51.16º | 0.53% | 0.35% | - |
| HSV(B) | 51.16º | 0.69% | 0.54% | - |
| XYZ | 17.82 | 19.65 | 5.04 | - |
| YUV | 117.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 42 | 0 | 0.10 | 0.69 | 0.46 | 51.16 | 0.53 | 0.35 |
| Hex | 89 | 7B | 2A | 0 | A | 45 | 2E | 33 | 35 | 23 |
| Octal | 211 | 173 | 52 | 0 | 12 | 105 | 56 | 63 | 65 | 43 |
| Binary | 10001001 | 1111011 | 101010 | 0 | 1010 | 1000101 | 101110 | 110011 | 110101 | 100011 |
Color Harmonies of #897B2A
Complementary color
Monochromatic Colors of #897B2A
Black with #897B2A
Text Example
Text Example
White with #897B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B2A; }
p { color: rgb(137,123,42); }
H1.HeaderClassName
{
color: #897B2A;
}
.AnyTagClassName
{
color: #897B2A;
}
</style>
background-color css
<style>
a { background-color: #897B2A; }
a { background-color: rgb(137,123,42); }
div.DivClassName
{
background-color: #897B2A;
}
.BgClassName
{
background-color: #897B2A;
}
</style>
border-color css
<style>
span { border-color: #897B2A; }
span { border-color: rgb(137,123,42); }
td.TdClassName
{
border-color: #897B2A;
}
.TagClassName
{
border-color: #897B2A;
}
</style>