Shades of Lemon Ginger #927A23
Tints of Lemon Ginger #927A23
RGB
CMYK
RGB Variations
Color information
#927A23 (or 0x927A23) is known color: Lemon Ginger. HEX triplet: 92, 7A and 23. RGB value is (146,122,35). Sum of RGB (Red+Green+Blue) = 146+122+35=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #927A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927A23 is #6D85DC. Grayscale: #777777. Windows color (decimal): -7177693 or 2325138. OLE color: 2325138.
HSL color Cylindrical-coordinate representation of color #927A23: hue angle of 47.03º 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 #927A23 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 122 | 35 | - |
| CMYK | 0 | 0.16 | 0.76 | 0.43 |
| HSL | 47.03º | 0.61% | 0.35% | - |
| HSV(B) | 47.03º | 0.76% | 0.57% | - |
| XYZ | 19.12 | 20.15 | 4.47 | - |
| YUV | 119.26 | 80.45 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 35 | 0 | 0.16 | 0.76 | 0.43 | 47.03 | 0.61 | 0.35 |
| Hex | 92 | 7A | 23 | 0 | 10 | 4C | 2B | 2F | 3D | 23 |
| Octal | 222 | 172 | 43 | 0 | 20 | 114 | 53 | 57 | 75 | 43 |
| Binary | 10010010 | 1111010 | 100011 | 0 | 10000 | 1001100 | 101011 | 101111 | 111101 | 100011 |
Color Harmonies of #927A23
Complementary color
Monochromatic Colors of #927A23
Black with #927A23
Text Example
Text Example
White with #927A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927A23; }
p { color: rgb(146,122,35); }
H1.HeaderClassName
{
color: #927A23;
}
.AnyTagClassName
{
color: #927A23;
}
</style>
background-color css
<style>
a { background-color: #927A23; }
a { background-color: rgb(146,122,35); }
div.DivClassName
{
background-color: #927A23;
}
.BgClassName
{
background-color: #927A23;
}
</style>
border-color css
<style>
span { border-color: #927A23; }
span { border-color: rgb(146,122,35); }
td.TdClassName
{
border-color: #927A23;
}
.TagClassName
{
border-color: #927A23;
}
</style>