Shades of Lemon Ginger #918221
Tints of Lemon Ginger #918221
RGB
CMYK
RGB Variations
Color information
#918221 (or 0x918221) is known color: Lemon Ginger. HEX triplet: 91, 82 and 21. RGB value is (145,130,33). Sum of RGB (Red+Green+Blue) = 145+130+33=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #918221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918221 is #6E7DDE. Grayscale: #7B7B7B. Windows color (decimal): -7241183 or 2196113. OLE color: 2196113.
HSL color Cylindrical-coordinate representation of color #918221: hue angle of 51.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #918221 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 130 | 33 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.43 |
| HSL | 51.96º | 0.63% | 0.35% | - |
| HSV(B) | 51.96º | 0.77% | 0.57% | - |
| XYZ | 19.93 | 22.09 | 4.65 | - |
| YUV | 123.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 33 | 0 | 0.10 | 0.77 | 0.43 | 51.96 | 0.63 | 0.35 |
| Hex | 91 | 82 | 21 | 0 | A | 4D | 2B | 34 | 3F | 23 |
| Octal | 221 | 202 | 41 | 0 | 12 | 115 | 53 | 64 | 77 | 43 |
| Binary | 10010001 | 10000010 | 100001 | 0 | 1010 | 1001101 | 101011 | 110100 | 111111 | 100011 |
Color Harmonies of #918221
Complementary color
Monochromatic Colors of #918221
Black with #918221
Text Example
Text Example
White with #918221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918221; }
p { color: rgb(145,130,33); }
H1.HeaderClassName
{
color: #918221;
}
.AnyTagClassName
{
color: #918221;
}
</style>
background-color css
<style>
a { background-color: #918221; }
a { background-color: rgb(145,130,33); }
div.DivClassName
{
background-color: #918221;
}
.BgClassName
{
background-color: #918221;
}
</style>
border-color css
<style>
span { border-color: #918221; }
span { border-color: rgb(145,130,33); }
td.TdClassName
{
border-color: #918221;
}
.TagClassName
{
border-color: #918221;
}
</style>