Shades of Lemon Ginger #917F21
Tints of Lemon Ginger #917F21
RGB
CMYK
RGB Variations
Color information
#917F21 (or 0x917F21) is known color: Lemon Ginger. HEX triplet: 91, 7F and 21. RGB value is (145,127,33). Sum of RGB (Red+Green+Blue) = 145+127+33=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 145 - color contains mainly: red. Hex color #917F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #917F21 is #6E80DE. Grayscale: #7A7A7A. Windows color (decimal): -7241951 or 2195345. OLE color: 2195345.
HSL color Cylindrical-coordinate representation of color #917F21: hue angle of 50.36º 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 #917F21 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 127 | 33 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.43 |
| HSL | 50.36º | 0.63% | 0.35% | - |
| HSV(B) | 50.36º | 0.77% | 0.57% | - |
| XYZ | 19.54 | 21.31 | 4.52 | - |
| YUV | 121.67 | 77.96 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 127 | 33 | 0 | 0.12 | 0.77 | 0.43 | 50.36 | 0.63 | 0.35 |
| Hex | 91 | 7F | 21 | 0 | C | 4D | 2B | 32 | 3F | 23 |
| Octal | 221 | 177 | 41 | 0 | 14 | 115 | 53 | 62 | 77 | 43 |
| Binary | 10010001 | 1111111 | 100001 | 0 | 1100 | 1001101 | 101011 | 110010 | 111111 | 100011 |
Color Harmonies of #917F21
Complementary color
Monochromatic Colors of #917F21
Black with #917F21
Text Example
Text Example
White with #917F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917F21; }
p { color: rgb(145,127,33); }
H1.HeaderClassName
{
color: #917F21;
}
.AnyTagClassName
{
color: #917F21;
}
</style>
background-color css
<style>
a { background-color: #917F21; }
a { background-color: rgb(145,127,33); }
div.DivClassName
{
background-color: #917F21;
}
.BgClassName
{
background-color: #917F21;
}
</style>
border-color css
<style>
span { border-color: #917F21; }
span { border-color: rgb(145,127,33); }
td.TdClassName
{
border-color: #917F21;
}
.TagClassName
{
border-color: #917F21;
}
</style>