Shades of Lemon Ginger #928A1F
Tints of Lemon Ginger #928A1F
RGB
CMYK
RGB Variations
Color information
#928A1F (or 0x928A1F) is known color: Lemon Ginger. HEX triplet: 92, 8A and 1F. RGB value is (146,138,31). Sum of RGB (Red+Green+Blue) = 146+138+31=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #928A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A1F is #6D75E0. Grayscale: #808080. Windows color (decimal): -7173601 or 2067090. OLE color: 2067090.
HSL color Cylindrical-coordinate representation of color #928A1F: hue angle of 55.83º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #928A1F is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 31 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.43 |
| HSL | 55.83º | 0.65% | 0.35% | - |
| HSV(B) | 55.83º | 0.79% | 0.57% | - |
| XYZ | 21.19 | 24.39 | 4.89 | - |
| YUV | 128.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 31 | 0 | 0.05 | 0.79 | 0.43 | 55.83 | 0.65 | 0.35 |
| Hex | 92 | 8A | 1F | 0 | 5 | 4F | 2B | 38 | 41 | 23 |
| Octal | 222 | 212 | 37 | 0 | 5 | 117 | 53 | 70 | 101 | 43 |
| Binary | 10010010 | 10001010 | 11111 | 0 | 101 | 1001111 | 101011 | 111000 | 1000001 | 100011 |
Color Harmonies of #928A1F
Complementary color
Monochromatic Colors of #928A1F
Black with #928A1F
Text Example
Text Example
White with #928A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A1F; }
p { color: rgb(146,138,31); }
H1.HeaderClassName
{
color: #928A1F;
}
.AnyTagClassName
{
color: #928A1F;
}
</style>
background-color css
<style>
a { background-color: #928A1F; }
a { background-color: rgb(146,138,31); }
div.DivClassName
{
background-color: #928A1F;
}
.BgClassName
{
background-color: #928A1F;
}
</style>
border-color css
<style>
span { border-color: #928A1F; }
span { border-color: rgb(146,138,31); }
td.TdClassName
{
border-color: #928A1F;
}
.TagClassName
{
border-color: #928A1F;
}
</style>