Shades of Lemon Ginger #918532
Tints of Lemon Ginger #918532
RGB
CMYK
RGB Variations
Color information
#918532 (or 0x918532) is known color: Lemon Ginger. HEX triplet: 91, 85 and 32. RGB value is (145,133,50). Sum of RGB (Red+Green+Blue) = 145+133+50=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918532 is #6E7ACD. Grayscale: #7F7F7F. Windows color (decimal): -7240398 or 3310993. OLE color: 3310993.
HSL color Cylindrical-coordinate representation of color #918532: hue angle of 52.42º 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 #918532 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 133 | 50 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.43 |
| HSL | 52.42º | 0.49% | 0.38% | - |
| HSV(B) | 52.42º | 0.66% | 0.57% | - |
| XYZ | 20.64 | 23.03 | 6.37 | - |
| YUV | 127.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 50 | 0 | 0.08 | 0.66 | 0.43 | 52.42 | 0.49 | 0.38 |
| Hex | 91 | 85 | 32 | 0 | 8 | 42 | 2B | 34 | 31 | 26 |
| Octal | 221 | 205 | 62 | 0 | 10 | 102 | 53 | 64 | 61 | 46 |
| Binary | 10010001 | 10000101 | 110010 | 0 | 1000 | 1000010 | 101011 | 110100 | 110001 | 100110 |
Color Harmonies of #918532
Complementary color
Monochromatic Colors of #918532
Black with #918532
Text Example
Text Example
White with #918532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918532; }
p { color: rgb(145,133,50); }
H1.HeaderClassName
{
color: #918532;
}
.AnyTagClassName
{
color: #918532;
}
</style>
background-color css
<style>
a { background-color: #918532; }
a { background-color: rgb(145,133,50); }
div.DivClassName
{
background-color: #918532;
}
.BgClassName
{
background-color: #918532;
}
</style>
border-color css
<style>
span { border-color: #918532; }
span { border-color: rgb(145,133,50); }
td.TdClassName
{
border-color: #918532;
}
.TagClassName
{
border-color: #918532;
}
</style>