Shades of Lemon Ginger #928A15
Tints of Lemon Ginger #928A15
RGB
CMYK
RGB Variations
Color information
#928A15 (or 0x928A15) is known color: Lemon Ginger. HEX triplet: 92, 8A and 15. RGB value is (146,138,21). Sum of RGB (Red+Green+Blue) = 146+138+21=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #928A15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928A15 is #6D75EA. Grayscale: #7F7F7F. Windows color (decimal): -7173611 or 1411730. OLE color: 1411730.
HSL color Cylindrical-coordinate representation of color #928A15: hue angle of 56.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #928A15 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 21 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.43 |
| HSL | 56.16º | 0.75% | 0.33% | - |
| HSV(B) | 56.16º | 0.86% | 0.57% | - |
| XYZ | 21.08 | 24.34 | 4.3 | - |
| YUV | 127.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 21 | 0 | 0.05 | 0.86 | 0.43 | 56.16 | 0.75 | 0.33 |
| Hex | 92 | 8A | 15 | 0 | 5 | 56 | 2B | 38 | 4B | 21 |
| Octal | 222 | 212 | 25 | 0 | 5 | 126 | 53 | 70 | 113 | 41 |
| Binary | 10010010 | 10001010 | 10101 | 0 | 101 | 1010110 | 101011 | 111000 | 1001011 | 100001 |
Color Harmonies of #928A15
Complementary color
Monochromatic Colors of #928A15
Black with #928A15
Text Example
Text Example
White with #928A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A15; }
p { color: rgb(146,138,21); }
H1.HeaderClassName
{
color: #928A15;
}
.AnyTagClassName
{
color: #928A15;
}
</style>
background-color css
<style>
a { background-color: #928A15; }
a { background-color: rgb(146,138,21); }
div.DivClassName
{
background-color: #928A15;
}
.BgClassName
{
background-color: #928A15;
}
</style>
border-color css
<style>
span { border-color: #928A15; }
span { border-color: rgb(146,138,21); }
td.TdClassName
{
border-color: #928A15;
}
.TagClassName
{
border-color: #928A15;
}
</style>