Shades of Lemon Ginger #927F21
Tints of Lemon Ginger #927F21
RGB
CMYK
RGB Variations
Color information
#927F21 (or 0x927F21) is known color: Lemon Ginger. HEX triplet: 92, 7F and 21. RGB value is (146,127,33). Sum of RGB (Red+Green+Blue) = 146+127+33=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #927F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F21 is #6D80DE. Grayscale: #7A7A7A. Windows color (decimal): -7176415 or 2195346. OLE color: 2195346.
HSL color Cylindrical-coordinate representation of color #927F21: hue angle of 49.91º 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 #927F21 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 127 | 33 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.43 |
| HSL | 49.91º | 0.63% | 0.35% | - |
| HSV(B) | 49.91º | 0.77% | 0.57% | - |
| XYZ | 19.72 | 21.4 | 4.53 | - |
| YUV | 121.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 33 | 0 | 0.13 | 0.77 | 0.43 | 49.91 | 0.63 | 0.35 |
| Hex | 92 | 7F | 21 | 0 | D | 4D | 2B | 32 | 3F | 23 |
| Octal | 222 | 177 | 41 | 0 | 15 | 115 | 53 | 62 | 77 | 43 |
| Binary | 10010010 | 1111111 | 100001 | 0 | 1101 | 1001101 | 101011 | 110010 | 111111 | 100011 |
Color Harmonies of #927F21
Complementary color
Monochromatic Colors of #927F21
Black with #927F21
Text Example
Text Example
White with #927F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927F21; }
p { color: rgb(146,127,33); }
H1.HeaderClassName
{
color: #927F21;
}
.AnyTagClassName
{
color: #927F21;
}
</style>
background-color css
<style>
a { background-color: #927F21; }
a { background-color: rgb(146,127,33); }
div.DivClassName
{
background-color: #927F21;
}
.BgClassName
{
background-color: #927F21;
}
</style>
border-color css
<style>
span { border-color: #927F21; }
span { border-color: rgb(146,127,33); }
td.TdClassName
{
border-color: #927F21;
}
.TagClassName
{
border-color: #927F21;
}
</style>