Shades of Lemon Ginger #928A2A
Tints of Lemon Ginger #928A2A
RGB
CMYK
RGB Variations
Color information
#928A2A (or 0x928A2A) is known color: Lemon Ginger. HEX triplet: 92, 8A and 2A. RGB value is (146,138,42). Sum of RGB (Red+Green+Blue) = 146+138+42=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #928A2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A2A is #6D75D5. Grayscale: #818181. Windows color (decimal): -7173590 or 2787986. OLE color: 2787986.
HSL color Cylindrical-coordinate representation of color #928A2A: hue angle of 55.38º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #928A2A is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 42 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.43 |
| HSL | 55.38º | 0.55% | 0.37% | - |
| HSV(B) | 55.38º | 0.71% | 0.57% | - |
| XYZ | 21.36 | 24.46 | 5.78 | - |
| YUV | 129.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 42 | 0 | 0.05 | 0.71 | 0.43 | 55.38 | 0.55 | 0.37 |
| Hex | 92 | 8A | 2A | 0 | 5 | 47 | 2B | 37 | 37 | 25 |
| Octal | 222 | 212 | 52 | 0 | 5 | 107 | 53 | 67 | 67 | 45 |
| Binary | 10010010 | 10001010 | 101010 | 0 | 101 | 1000111 | 101011 | 110111 | 110111 | 100101 |
Color Harmonies of #928A2A
Complementary color
Monochromatic Colors of #928A2A
Black with #928A2A
Text Example
Text Example
White with #928A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A2A; }
p { color: rgb(146,138,42); }
H1.HeaderClassName
{
color: #928A2A;
}
.AnyTagClassName
{
color: #928A2A;
}
</style>
background-color css
<style>
a { background-color: #928A2A; }
a { background-color: rgb(146,138,42); }
div.DivClassName
{
background-color: #928A2A;
}
.BgClassName
{
background-color: #928A2A;
}
</style>
border-color css
<style>
span { border-color: #928A2A; }
span { border-color: rgb(146,138,42); }
td.TdClassName
{
border-color: #928A2A;
}
.TagClassName
{
border-color: #928A2A;
}
</style>