Shades of Lemon Ginger #928B23
Tints of Lemon Ginger #928B23
RGB
CMYK
RGB Variations
Color information
#928B23 (or 0x928B23) is known color: Lemon Ginger. HEX triplet: 92, 8B and 23. RGB value is (146,139,35). Sum of RGB (Red+Green+Blue) = 146+139+35=320 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.62% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 146 - color contains mainly: red. Hex color #928B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928B23 is #6D74DC. Grayscale: #818181. Windows color (decimal): -7173341 or 2329490. OLE color: 2329490.
HSL color Cylindrical-coordinate representation of color #928B23: hue angle of 56.22º 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 #928B23 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 35 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.43 |
| HSL | 56.22º | 0.61% | 0.35% | - |
| HSV(B) | 56.22º | 0.76% | 0.57% | - |
| XYZ | 21.39 | 24.7 | 5.23 | - |
| YUV | 129.24 | 74.82 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 35 | 0 | 0.05 | 0.76 | 0.43 | 56.22 | 0.61 | 0.35 |
| Hex | 92 | 8B | 23 | 0 | 5 | 4C | 2B | 38 | 3D | 23 |
| Octal | 222 | 213 | 43 | 0 | 5 | 114 | 53 | 70 | 75 | 43 |
| Binary | 10010010 | 10001011 | 100011 | 0 | 101 | 1001100 | 101011 | 111000 | 111101 | 100011 |
Color Harmonies of #928B23
Complementary color
Monochromatic Colors of #928B23
Black with #928B23
Text Example
Text Example
White with #928B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B23; }
p { color: rgb(146,139,35); }
H1.HeaderClassName
{
color: #928B23;
}
.AnyTagClassName
{
color: #928B23;
}
</style>
background-color css
<style>
a { background-color: #928B23; }
a { background-color: rgb(146,139,35); }
div.DivClassName
{
background-color: #928B23;
}
.BgClassName
{
background-color: #928B23;
}
</style>
border-color css
<style>
span { border-color: #928B23; }
span { border-color: rgb(146,139,35); }
td.TdClassName
{
border-color: #928B23;
}
.TagClassName
{
border-color: #928B23;
}
</style>