Shades of Lemon Ginger #918310
Tints of Lemon Ginger #918310
RGB
CMYK
RGB Variations
Color information
#918310 (or 0x918310) is known color: Lemon Ginger. HEX triplet: 91, 83 and 10. RGB value is (145,131,16). Sum of RGB (Red+Green+Blue) = 145+131+16=292 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.66% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 145 - color contains mainly: red. Hex color #918310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918310 is #6E7CEF. Grayscale: #7A7A7A. Windows color (decimal): -7240944 or 1082257. OLE color: 1082257.
HSL color Cylindrical-coordinate representation of color #918310: hue angle of 53.49º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #918310 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 131 | 16 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.43 |
| HSL | 53.49º | 0.8% | 0.32% | - |
| HSV(B) | 53.49º | 0.89% | 0.57% | - |
| XYZ | 19.89 | 22.29 | 3.74 | - |
| YUV | 122.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 16 | 0 | 0.10 | 0.89 | 0.43 | 53.49 | 0.8 | 0.32 |
| Hex | 91 | 83 | 10 | 0 | A | 59 | 2B | 35 | 50 | 20 |
| Octal | 221 | 203 | 20 | 0 | 12 | 131 | 53 | 65 | 120 | 40 |
| Binary | 10010001 | 10000011 | 10000 | 0 | 1010 | 1011001 | 101011 | 110101 | 1010000 | 100000 |
Color Harmonies of #918310
Complementary color
Monochromatic Colors of #918310
Black with #918310
Text Example
Text Example
White with #918310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918310; }
p { color: rgb(145,131,16); }
H1.HeaderClassName
{
color: #918310;
}
.AnyTagClassName
{
color: #918310;
}
</style>
background-color css
<style>
a { background-color: #918310; }
a { background-color: rgb(145,131,16); }
div.DivClassName
{
background-color: #918310;
}
.BgClassName
{
background-color: #918310;
}
</style>
border-color css
<style>
span { border-color: #918310; }
span { border-color: rgb(145,131,16); }
td.TdClassName
{
border-color: #918310;
}
.TagClassName
{
border-color: #918310;
}
</style>