Shades of Lemon Ginger #928630
Tints of Lemon Ginger #928630
RGB
CMYK
RGB Variations
Color information
#928630 (or 0x928630) is known color: Lemon Ginger. HEX triplet: 92, 86 and 30. RGB value is (146,134,48). Sum of RGB (Red+Green+Blue) = 146+134+48=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #928630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928630 is #6D79CF. Grayscale: #808080. Windows color (decimal): -7174608 or 3180178. OLE color: 3180178.
HSL color Cylindrical-coordinate representation of color #928630: hue angle of 52.65º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #928630 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 134 | 48 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.43 |
| HSL | 52.65º | 0.51% | 0.38% | - |
| HSV(B) | 52.65º | 0.67% | 0.57% | - |
| XYZ | 20.91 | 23.37 | 6.21 | - |
| YUV | 127.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 134 | 48 | 0 | 0.08 | 0.67 | 0.43 | 52.65 | 0.51 | 0.38 |
| Hex | 92 | 86 | 30 | 0 | 8 | 43 | 2B | 35 | 33 | 26 |
| Octal | 222 | 206 | 60 | 0 | 10 | 103 | 53 | 65 | 63 | 46 |
| Binary | 10010010 | 10000110 | 110000 | 0 | 1000 | 1000011 | 101011 | 110101 | 110011 | 100110 |
Color Harmonies of #928630
Complementary color
Monochromatic Colors of #928630
Black with #928630
Text Example
Text Example
White with #928630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928630; }
p { color: rgb(146,134,48); }
H1.HeaderClassName
{
color: #928630;
}
.AnyTagClassName
{
color: #928630;
}
</style>
background-color css
<style>
a { background-color: #928630; }
a { background-color: rgb(146,134,48); }
div.DivClassName
{
background-color: #928630;
}
.BgClassName
{
background-color: #928630;
}
</style>
border-color css
<style>
span { border-color: #928630; }
span { border-color: rgb(146,134,48); }
td.TdClassName
{
border-color: #928630;
}
.TagClassName
{
border-color: #928630;
}
</style>