Shades of Lemon Ginger #918131
Tints of Lemon Ginger #918131
RGB
CMYK
RGB Variations
Color information
#918131 (or 0x918131) is known color: Lemon Ginger. HEX triplet: 91, 81 and 31. RGB value is (145,129,49). Sum of RGB (Red+Green+Blue) = 145+129+49=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 145 - color contains mainly: red. Hex color #918131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918131 is #6E7ECE. Grayscale: #7D7D7D. Windows color (decimal): -7241423 or 3244433. OLE color: 3244433.
HSL color Cylindrical-coordinate representation of color #918131: hue angle of 50º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #918131 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 129 | 49 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.43 |
| HSL | 50º | 0.49% | 0.38% | - |
| HSV(B) | 50º | 0.66% | 0.57% | - |
| XYZ | 20.08 | 21.94 | 6.08 | - |
| YUV | 124.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 129 | 49 | 0 | 0.11 | 0.66 | 0.43 | 50 | 0.49 | 0.38 |
| Hex | 91 | 81 | 31 | 0 | B | 42 | 2B | 32 | 31 | 26 |
| Octal | 221 | 201 | 61 | 0 | 13 | 102 | 53 | 62 | 61 | 46 |
| Binary | 10010001 | 10000001 | 110001 | 0 | 1011 | 1000010 | 101011 | 110010 | 110001 | 100110 |
Color Harmonies of #918131
Complementary color
Monochromatic Colors of #918131
Black with #918131
Text Example
Text Example
White with #918131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918131; }
p { color: rgb(145,129,49); }
H1.HeaderClassName
{
color: #918131;
}
.AnyTagClassName
{
color: #918131;
}
</style>
background-color css
<style>
a { background-color: #918131; }
a { background-color: rgb(145,129,49); }
div.DivClassName
{
background-color: #918131;
}
.BgClassName
{
background-color: #918131;
}
</style>
border-color css
<style>
span { border-color: #918131; }
span { border-color: rgb(145,129,49); }
td.TdClassName
{
border-color: #918131;
}
.TagClassName
{
border-color: #918131;
}
</style>