Shades of Lemon Ginger #928C1A
Tints of Lemon Ginger #928C1A
RGB
CMYK
RGB Variations
Color information
#928C1A (or 0x928C1A) is known color: Lemon Ginger. HEX triplet: 92, 8C and 1A. RGB value is (146,140,26). Sum of RGB (Red+Green+Blue) = 146+140+26=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #928C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928C1A is #6D73E5. Grayscale: #818181. Windows color (decimal): -7173094 or 1739922. OLE color: 1739922.
HSL color Cylindrical-coordinate representation of color #928C1A: hue angle of 57º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #928C1A is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 26 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.43 |
| HSL | 57º | 0.7% | 0.34% | - |
| HSV(B) | 57º | 0.82% | 0.57% | - |
| XYZ | 21.42 | 24.94 | 4.66 | - |
| YUV | 128.8 | 69.99 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 26 | 0 | 0.04 | 0.82 | 0.43 | 57 | 0.7 | 0.34 |
| Hex | 92 | 8C | 1A | 0 | 4 | 52 | 2B | 39 | 46 | 22 |
| Octal | 222 | 214 | 32 | 0 | 4 | 122 | 53 | 71 | 106 | 42 |
| Binary | 10010010 | 10001100 | 11010 | 0 | 100 | 1010010 | 101011 | 111001 | 1000110 | 100010 |
Color Harmonies of #928C1A
Complementary color
Monochromatic Colors of #928C1A
Black with #928C1A
Text Example
Text Example
White with #928C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C1A; }
p { color: rgb(146,140,26); }
H1.HeaderClassName
{
color: #928C1A;
}
.AnyTagClassName
{
color: #928C1A;
}
</style>
background-color css
<style>
a { background-color: #928C1A; }
a { background-color: rgb(146,140,26); }
div.DivClassName
{
background-color: #928C1A;
}
.BgClassName
{
background-color: #928C1A;
}
</style>
border-color css
<style>
span { border-color: #928C1A; }
span { border-color: rgb(146,140,26); }
td.TdClassName
{
border-color: #928C1A;
}
.TagClassName
{
border-color: #928C1A;
}
</style>