Shades of Lemon Ginger #928434
Tints of Lemon Ginger #928434
RGB
CMYK
RGB Variations
Color information
#928434 (or 0x928434) is known color: Lemon Ginger. HEX triplet: 92, 84 and 34. RGB value is (146,132,52). Sum of RGB (Red+Green+Blue) = 146+132+52=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #928434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928434 is #6D7BCB. Grayscale: #7F7F7F. Windows color (decimal): -7175116 or 3441810. OLE color: 3441810.
HSL color Cylindrical-coordinate representation of color #928434: hue angle of 51.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #928434 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 132 | 52 | - |
| CMYK | 0 | 0.10 | 0.64 | 0.43 |
| HSL | 51.06º | 0.47% | 0.39% | - |
| HSV(B) | 51.06º | 0.64% | 0.57% | - |
| XYZ | 20.73 | 22.86 | 6.57 | - |
| YUV | 127.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 52 | 0 | 0.10 | 0.64 | 0.43 | 51.06 | 0.47 | 0.39 |
| Hex | 92 | 84 | 34 | 0 | A | 40 | 2B | 33 | 2F | 27 |
| Octal | 222 | 204 | 64 | 0 | 12 | 100 | 53 | 63 | 57 | 47 |
| Binary | 10010010 | 10000100 | 110100 | 0 | 1010 | 1000000 | 101011 | 110011 | 101111 | 100111 |
Color Harmonies of #928434
Complementary color
Monochromatic Colors of #928434
Black with #928434
Text Example
Text Example
White with #928434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928434; }
p { color: rgb(146,132,52); }
H1.HeaderClassName
{
color: #928434;
}
.AnyTagClassName
{
color: #928434;
}
</style>
background-color css
<style>
a { background-color: #928434; }
a { background-color: rgb(146,132,52); }
div.DivClassName
{
background-color: #928434;
}
.BgClassName
{
background-color: #928434;
}
</style>
border-color css
<style>
span { border-color: #928434; }
span { border-color: rgb(146,132,52); }
td.TdClassName
{
border-color: #928434;
}
.TagClassName
{
border-color: #928434;
}
</style>