Shades of Lemon Ginger #928A1B
Tints of Lemon Ginger #928A1B
RGB
CMYK
RGB Variations
Color information
#928A1B (or 0x928A1B) is known color: Lemon Ginger. HEX triplet: 92, 8A and 1B. RGB value is (146,138,27). Sum of RGB (Red+Green+Blue) = 146+138+27=311 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.95% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 146 - color contains mainly: red. Hex color #928A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A1B is #6D75E4. Grayscale: #808080. Windows color (decimal): -7173605 or 1804946. OLE color: 1804946.
HSL color Cylindrical-coordinate representation of color #928A1B: hue angle of 55.97º degrees, saturation: 0.69, 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 #928A1B is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 27 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.43 |
| HSL | 55.97º | 0.69% | 0.34% | - |
| HSV(B) | 55.97º | 0.82% | 0.57% | - |
| XYZ | 21.14 | 24.37 | 4.63 | - |
| YUV | 127.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 27 | 0 | 0.05 | 0.82 | 0.43 | 55.97 | 0.69 | 0.34 |
| Hex | 92 | 8A | 1B | 0 | 5 | 52 | 2B | 38 | 45 | 22 |
| Octal | 222 | 212 | 33 | 0 | 5 | 122 | 53 | 70 | 105 | 42 |
| Binary | 10010010 | 10001010 | 11011 | 0 | 101 | 1010010 | 101011 | 111000 | 1000101 | 100010 |
Color Harmonies of #928A1B
Complementary color
Monochromatic Colors of #928A1B
Black with #928A1B
Text Example
Text Example
White with #928A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A1B; }
p { color: rgb(146,138,27); }
H1.HeaderClassName
{
color: #928A1B;
}
.AnyTagClassName
{
color: #928A1B;
}
</style>
background-color css
<style>
a { background-color: #928A1B; }
a { background-color: rgb(146,138,27); }
div.DivClassName
{
background-color: #928A1B;
}
.BgClassName
{
background-color: #928A1B;
}
</style>
border-color css
<style>
span { border-color: #928A1B; }
span { border-color: rgb(146,138,27); }
td.TdClassName
{
border-color: #928A1B;
}
.TagClassName
{
border-color: #928A1B;
}
</style>