Shades of Lemon Ginger #918231
Tints of Lemon Ginger #918231
RGB
CMYK
RGB Variations
Color information
#918231 (or 0x918231) is known color: Lemon Ginger. HEX triplet: 91, 82 and 31. RGB value is (145,130,49). Sum of RGB (Red+Green+Blue) = 145+130+49=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #918231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918231 is #6E7DCE. Grayscale: #7D7D7D. Windows color (decimal): -7241167 or 3244689. OLE color: 3244689.
HSL color Cylindrical-coordinate representation of color #918231: hue angle of 50.62º 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 #918231 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 49 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.43 |
| HSL | 50.63º | 0.49% | 0.38% | - |
| HSV(B) | 50.63º | 0.66% | 0.57% | - |
| XYZ | 20.21 | 22.21 | 6.13 | - |
| YUV | 125.25 | 84.97 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 49 | 0 | 0.10 | 0.66 | 0.43 | 50.63 | 0.49 | 0.38 |
| Hex | 91 | 82 | 31 | 0 | A | 42 | 2B | 33 | 31 | 26 |
| Octal | 221 | 202 | 61 | 0 | 12 | 102 | 53 | 63 | 61 | 46 |
| Binary | 10010001 | 10000010 | 110001 | 0 | 1010 | 1000010 | 101011 | 110011 | 110001 | 100110 |
Color Harmonies of #918231
Complementary color
Monochromatic Colors of #918231
Black with #918231
Text Example
Text Example
White with #918231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918231; }
p { color: rgb(145,130,49); }
H1.HeaderClassName
{
color: #918231;
}
.AnyTagClassName
{
color: #918231;
}
</style>
background-color css
<style>
a { background-color: #918231; }
a { background-color: rgb(145,130,49); }
div.DivClassName
{
background-color: #918231;
}
.BgClassName
{
background-color: #918231;
}
</style>
border-color css
<style>
span { border-color: #918231; }
span { border-color: rgb(145,130,49); }
td.TdClassName
{
border-color: #918231;
}
.TagClassName
{
border-color: #918231;
}
</style>