Shades of Lemon Ginger #897C33
Tints of Lemon Ginger #897C33
RGB
CMYK
RGB Variations
Color information
#897C33 (or 0x897C33) is known color: Lemon Ginger. HEX triplet: 89, 7C and 33. RGB value is (137,124,51). Sum of RGB (Red+Green+Blue) = 137+124+51=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #897C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C33 is #7683CC. Grayscale: #777777. Windows color (decimal): -7766989 or 3374217. OLE color: 3374217.
HSL color Cylindrical-coordinate representation of color #897C33: hue angle of 50.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #897C33 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 51 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.46 |
| HSL | 50.93º | 0.46% | 0.37% | - |
| HSV(B) | 50.93º | 0.63% | 0.54% | - |
| XYZ | 18.12 | 19.97 | 6.03 | - |
| YUV | 119.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 51 | 0 | 0.09 | 0.63 | 0.46 | 50.93 | 0.46 | 0.37 |
| Hex | 89 | 7C | 33 | 0 | 9 | 3F | 2E | 33 | 2E | 25 |
| Octal | 211 | 174 | 63 | 0 | 11 | 77 | 56 | 63 | 56 | 45 |
| Binary | 10001001 | 1111100 | 110011 | 0 | 1001 | 111111 | 101110 | 110011 | 101110 | 100101 |
Color Harmonies of #897C33
Complementary color
Monochromatic Colors of #897C33
Black with #897C33
Text Example
Text Example
White with #897C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C33; }
p { color: rgb(137,124,51); }
H1.HeaderClassName
{
color: #897C33;
}
.AnyTagClassName
{
color: #897C33;
}
</style>
background-color css
<style>
a { background-color: #897C33; }
a { background-color: rgb(137,124,51); }
div.DivClassName
{
background-color: #897C33;
}
.BgClassName
{
background-color: #897C33;
}
</style>
border-color css
<style>
span { border-color: #897C33; }
span { border-color: rgb(137,124,51); }
td.TdClassName
{
border-color: #897C33;
}
.TagClassName
{
border-color: #897C33;
}
</style>