Shades of Lemon Ginger #928A2D
Tints of Lemon Ginger #928A2D
RGB
CMYK
RGB Variations
Color information
#928A2D (or 0x928A2D) is known color: Lemon Ginger. HEX triplet: 92, 8A and 2D. RGB value is (146,138,45). Sum of RGB (Red+Green+Blue) = 146+138+45=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #928A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A2D is #6D75D2. Grayscale: #828282. Windows color (decimal): -7173587 or 2984594. OLE color: 2984594.
HSL color Cylindrical-coordinate representation of color #928A2D: hue angle of 55.25º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #928A2D is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 138 | 45 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.43 |
| HSL | 55.25º | 0.53% | 0.37% | - |
| HSV(B) | 55.25º | 0.69% | 0.57% | - |
| XYZ | 21.42 | 24.48 | 6.08 | - |
| YUV | 129.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 45 | 0 | 0.05 | 0.69 | 0.43 | 55.25 | 0.53 | 0.37 |
| Hex | 92 | 8A | 2D | 0 | 5 | 45 | 2B | 37 | 35 | 25 |
| Octal | 222 | 212 | 55 | 0 | 5 | 105 | 53 | 67 | 65 | 45 |
| Binary | 10010010 | 10001010 | 101101 | 0 | 101 | 1000101 | 101011 | 110111 | 110101 | 100101 |
Color Harmonies of #928A2D
Complementary color
Monochromatic Colors of #928A2D
Black with #928A2D
Text Example
Text Example
White with #928A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928A2D; }
p { color: rgb(146,138,45); }
H1.HeaderClassName
{
color: #928A2D;
}
.AnyTagClassName
{
color: #928A2D;
}
</style>
background-color css
<style>
a { background-color: #928A2D; }
a { background-color: rgb(146,138,45); }
div.DivClassName
{
background-color: #928A2D;
}
.BgClassName
{
background-color: #928A2D;
}
</style>
border-color css
<style>
span { border-color: #928A2D; }
span { border-color: rgb(146,138,45); }
td.TdClassName
{
border-color: #928A2D;
}
.TagClassName
{
border-color: #928A2D;
}
</style>