Shades of Lemon Ginger #928C29
Tints of Lemon Ginger #928C29
RGB
CMYK
RGB Variations
Color information
#928C29 (or 0x928C29) is known color: Lemon Ginger. HEX triplet: 92, 8C and 29. RGB value is (146,140,41). Sum of RGB (Red+Green+Blue) = 146+140+41=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #928C29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C29 is #6D73D6. Grayscale: #828282. Windows color (decimal): -7173079 or 2722962. OLE color: 2722962.
HSL color Cylindrical-coordinate representation of color #928C29: hue angle of 56.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #928C29 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 41 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.43 |
| HSL | 56.57º | 0.56% | 0.37% | - |
| HSV(B) | 56.57º | 0.72% | 0.57% | - |
| XYZ | 21.63 | 25.03 | 5.79 | - |
| YUV | 130.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 41 | 0 | 0.04 | 0.72 | 0.43 | 56.57 | 0.56 | 0.37 |
| Hex | 92 | 8C | 29 | 0 | 4 | 48 | 2B | 39 | 38 | 25 |
| Octal | 222 | 214 | 51 | 0 | 4 | 110 | 53 | 71 | 70 | 45 |
| Binary | 10010010 | 10001100 | 101001 | 0 | 100 | 1001000 | 101011 | 111001 | 111000 | 100101 |
Color Harmonies of #928C29
Complementary color
Monochromatic Colors of #928C29
Black with #928C29
Text Example
Text Example
White with #928C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C29; }
p { color: rgb(146,140,41); }
H1.HeaderClassName
{
color: #928C29;
}
.AnyTagClassName
{
color: #928C29;
}
</style>
background-color css
<style>
a { background-color: #928C29; }
a { background-color: rgb(146,140,41); }
div.DivClassName
{
background-color: #928C29;
}
.BgClassName
{
background-color: #928C29;
}
</style>
border-color css
<style>
span { border-color: #928C29; }
span { border-color: rgb(146,140,41); }
td.TdClassName
{
border-color: #928C29;
}
.TagClassName
{
border-color: #928C29;
}
</style>