Shades of Lemon Ginger #928C23
Tints of Lemon Ginger #928C23
RGB
CMYK
RGB Variations
Color information
#928C23 (or 0x928C23) is known color: Lemon Ginger. HEX triplet: 92, 8C and 23. RGB value is (146,140,35). Sum of RGB (Red+Green+Blue) = 146+140+35=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 35 (14.06% from 255 or 10.90% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #928C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C23 is #6D73DC. Grayscale: #828282. Windows color (decimal): -7173085 or 2329746. OLE color: 2329746.
HSL color Cylindrical-coordinate representation of color #928C23: hue angle of 56.76º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #928C23 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 35 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.43 |
| HSL | 56.76º | 0.61% | 0.35% | - |
| HSV(B) | 56.76º | 0.76% | 0.57% | - |
| XYZ | 21.54 | 24.99 | 5.28 | - |
| YUV | 129.82 | 74.49 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 35 | 0 | 0.04 | 0.76 | 0.43 | 56.76 | 0.61 | 0.35 |
| Hex | 92 | 8C | 23 | 0 | 4 | 4C | 2B | 39 | 3D | 23 |
| Octal | 222 | 214 | 43 | 0 | 4 | 114 | 53 | 71 | 75 | 43 |
| Binary | 10010010 | 10001100 | 100011 | 0 | 100 | 1001100 | 101011 | 111001 | 111101 | 100011 |
Color Harmonies of #928C23
Complementary color
Monochromatic Colors of #928C23
Black with #928C23
Text Example
Text Example
White with #928C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C23; }
p { color: rgb(146,140,35); }
H1.HeaderClassName
{
color: #928C23;
}
.AnyTagClassName
{
color: #928C23;
}
</style>
background-color css
<style>
a { background-color: #928C23; }
a { background-color: rgb(146,140,35); }
div.DivClassName
{
background-color: #928C23;
}
.BgClassName
{
background-color: #928C23;
}
</style>
border-color css
<style>
span { border-color: #928C23; }
span { border-color: rgb(146,140,35); }
td.TdClassName
{
border-color: #928C23;
}
.TagClassName
{
border-color: #928C23;
}
</style>