Shades of Lemon Ginger #928423
Tints of Lemon Ginger #928423
RGB
CMYK
RGB Variations
Color information
#928423 (or 0x928423) is known color: Lemon Ginger. HEX triplet: 92, 84 and 23. RGB value is (146,132,35). Sum of RGB (Red+Green+Blue) = 146+132+35=313 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.65% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 146 - color contains mainly: red. Hex color #928423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928423 is #6D7BDC. Grayscale: #7D7D7D. Windows color (decimal): -7175133 or 2327698. OLE color: 2327698.
HSL color Cylindrical-coordinate representation of color #928423: hue angle of 52.43º 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 #928423 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 35 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.43 |
| HSL | 52.43º | 0.61% | 0.35% | - |
| HSV(B) | 52.43º | 0.76% | 0.57% | - |
| XYZ | 20.41 | 22.73 | 4.9 | - |
| YUV | 125.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 35 | 0 | 0.10 | 0.76 | 0.43 | 52.43 | 0.61 | 0.35 |
| Hex | 92 | 84 | 23 | 0 | A | 4C | 2B | 34 | 3D | 23 |
| Octal | 222 | 204 | 43 | 0 | 12 | 114 | 53 | 64 | 75 | 43 |
| Binary | 10010010 | 10000100 | 100011 | 0 | 1010 | 1001100 | 101011 | 110100 | 111101 | 100011 |
Color Harmonies of #928423
Complementary color
Monochromatic Colors of #928423
Black with #928423
Text Example
Text Example
White with #928423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928423; }
p { color: rgb(146,132,35); }
H1.HeaderClassName
{
color: #928423;
}
.AnyTagClassName
{
color: #928423;
}
</style>
background-color css
<style>
a { background-color: #928423; }
a { background-color: rgb(146,132,35); }
div.DivClassName
{
background-color: #928423;
}
.BgClassName
{
background-color: #928423;
}
</style>
border-color css
<style>
span { border-color: #928423; }
span { border-color: rgb(146,132,35); }
td.TdClassName
{
border-color: #928423;
}
.TagClassName
{
border-color: #928423;
}
</style>