Shades of Lemon Ginger #918232
Tints of Lemon Ginger #918232
RGB
CMYK
RGB Variations
Color information
#918232 (or 0x918232) is known color: Lemon Ginger. HEX triplet: 91, 82 and 32. RGB value is (145,130,50). Sum of RGB (Red+Green+Blue) = 145+130+50=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 145 - color contains mainly: red. Hex color #918232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918232 is #6E7DCD. Grayscale: #7D7D7D. Windows color (decimal): -7241166 or 3310225. OLE color: 3310225.
HSL color Cylindrical-coordinate representation of color #918232: hue angle of 50.53º 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 #918232 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 50 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.43 |
| HSL | 50.53º | 0.49% | 0.38% | - |
| HSV(B) | 50.53º | 0.66% | 0.57% | - |
| XYZ | 20.24 | 22.22 | 6.24 | - |
| YUV | 125.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 50 | 0 | 0.10 | 0.66 | 0.43 | 50.53 | 0.49 | 0.38 |
| Hex | 91 | 82 | 32 | 0 | A | 42 | 2B | 33 | 31 | 26 |
| Octal | 221 | 202 | 62 | 0 | 12 | 102 | 53 | 63 | 61 | 46 |
| Binary | 10010001 | 10000010 | 110010 | 0 | 1010 | 1000010 | 101011 | 110011 | 110001 | 100110 |
Color Harmonies of #918232
Complementary color
Monochromatic Colors of #918232
Black with #918232
Text Example
Text Example
White with #918232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918232; }
p { color: rgb(145,130,50); }
H1.HeaderClassName
{
color: #918232;
}
.AnyTagClassName
{
color: #918232;
}
</style>
background-color css
<style>
a { background-color: #918232; }
a { background-color: rgb(145,130,50); }
div.DivClassName
{
background-color: #918232;
}
.BgClassName
{
background-color: #918232;
}
</style>
border-color css
<style>
span { border-color: #918232; }
span { border-color: rgb(145,130,50); }
td.TdClassName
{
border-color: #918232;
}
.TagClassName
{
border-color: #918232;
}
</style>