Shades of Lemon Ginger #918E2A
Tints of Lemon Ginger #918E2A
RGB
CMYK
RGB Variations
Color information
#918E2A (or 0x918E2A) is known color: Lemon Ginger. HEX triplet: 91, 8E and 2A. RGB value is (145,142,42). Sum of RGB (Red+Green+Blue) = 145+142+42=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #918E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918E2A is #6E71D5. Grayscale: #838383. Windows color (decimal): -7238102 or 2789009. OLE color: 2789009.
HSL color Cylindrical-coordinate representation of color #918E2A: hue angle of 58.25º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #918E2A is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 142 | 42 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.43 |
| HSL | 58.25º | 0.55% | 0.37% | - |
| HSV(B) | 58.25º | 0.71% | 0.57% | - |
| XYZ | 21.77 | 25.53 | 5.97 | - |
| YUV | 131.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 42 | 0 | 0.02 | 0.71 | 0.43 | 58.25 | 0.55 | 0.37 |
| Hex | 91 | 8E | 2A | 0 | 2 | 47 | 2B | 3A | 37 | 25 |
| Octal | 221 | 216 | 52 | 0 | 2 | 107 | 53 | 72 | 67 | 45 |
| Binary | 10010001 | 10001110 | 101010 | 0 | 10 | 1000111 | 101011 | 111010 | 110111 | 100101 |
Color Harmonies of #918E2A
Complementary color
Monochromatic Colors of #918E2A
Black with #918E2A
Text Example
Text Example
White with #918E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E2A; }
p { color: rgb(145,142,42); }
H1.HeaderClassName
{
color: #918E2A;
}
.AnyTagClassName
{
color: #918E2A;
}
</style>
background-color css
<style>
a { background-color: #918E2A; }
a { background-color: rgb(145,142,42); }
div.DivClassName
{
background-color: #918E2A;
}
.BgClassName
{
background-color: #918E2A;
}
</style>
border-color css
<style>
span { border-color: #918E2A; }
span { border-color: rgb(145,142,42); }
td.TdClassName
{
border-color: #918E2A;
}
.TagClassName
{
border-color: #918E2A;
}
</style>