Shades of Lemon Ginger #928A26
Tints of Lemon Ginger #928A26
RGB
CMYK
RGB Variations
Color information
#928A26 (or 0x928A26) is known color: Lemon Ginger. HEX triplet: 92, 8A and 26. RGB value is (146,138,38). Sum of RGB (Red+Green+Blue) = 146+138+38=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #928A26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A26 is #6D75D9. Grayscale: #818181. Windows color (decimal): -7173594 or 2525842. OLE color: 2525842.
HSL color Cylindrical-coordinate representation of color #928A26: hue angle of 55.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #928A26 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 38 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.43 |
| HSL | 55.56º | 0.59% | 0.36% | - |
| HSV(B) | 55.56º | 0.74% | 0.57% | - |
| XYZ | 21.29 | 24.43 | 5.43 | - |
| YUV | 128.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 38 | 0 | 0.05 | 0.74 | 0.43 | 55.56 | 0.59 | 0.36 |
| Hex | 92 | 8A | 26 | 0 | 5 | 4A | 2B | 38 | 3B | 24 |
| Octal | 222 | 212 | 46 | 0 | 5 | 112 | 53 | 70 | 73 | 44 |
| Binary | 10010010 | 10001010 | 100110 | 0 | 101 | 1001010 | 101011 | 111000 | 111011 | 100100 |
Color Harmonies of #928A26
Complementary color
Monochromatic Colors of #928A26
Black with #928A26
Text Example
Text Example
White with #928A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A26; }
p { color: rgb(146,138,38); }
H1.HeaderClassName
{
color: #928A26;
}
.AnyTagClassName
{
color: #928A26;
}
</style>
background-color css
<style>
a { background-color: #928A26; }
a { background-color: rgb(146,138,38); }
div.DivClassName
{
background-color: #928A26;
}
.BgClassName
{
background-color: #928A26;
}
</style>
border-color css
<style>
span { border-color: #928A26; }
span { border-color: rgb(146,138,38); }
td.TdClassName
{
border-color: #928A26;
}
.TagClassName
{
border-color: #928A26;
}
</style>