Shades of Lemon Ginger #918A2D
Tints of Lemon Ginger #918A2D
RGB
CMYK
RGB Variations
Color information
#918A2D (or 0x918A2D) is known color: Lemon Ginger. HEX triplet: 91, 8A and 2D. RGB value is (145,138,45). Sum of RGB (Red+Green+Blue) = 145+138+45=328 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.21% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 145 - color contains mainly: red. Hex color #918A2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918A2D is #6E75D2. Grayscale: #818181. Windows color (decimal): -7239123 or 2984593. OLE color: 2984593.
HSL color Cylindrical-coordinate representation of color #918A2D: hue angle of 55.8º 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 #918A2D is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 45 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.43 |
| HSL | 55.8º | 0.53% | 0.37% | - |
| HSV(B) | 55.8º | 0.69% | 0.57% | - |
| XYZ | 21.24 | 24.39 | 6.07 | - |
| YUV | 129.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 45 | 0 | 0.05 | 0.69 | 0.43 | 55.8 | 0.53 | 0.37 |
| Hex | 91 | 8A | 2D | 0 | 5 | 45 | 2B | 38 | 35 | 25 |
| Octal | 221 | 212 | 55 | 0 | 5 | 105 | 53 | 70 | 65 | 45 |
| Binary | 10010001 | 10001010 | 101101 | 0 | 101 | 1000101 | 101011 | 111000 | 110101 | 100101 |
Color Harmonies of #918A2D
Complementary color
Monochromatic Colors of #918A2D
Black with #918A2D
Text Example
Text Example
White with #918A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A2D; }
p { color: rgb(145,138,45); }
H1.HeaderClassName
{
color: #918A2D;
}
.AnyTagClassName
{
color: #918A2D;
}
</style>
background-color css
<style>
a { background-color: #918A2D; }
a { background-color: rgb(145,138,45); }
div.DivClassName
{
background-color: #918A2D;
}
.BgClassName
{
background-color: #918A2D;
}
</style>
border-color css
<style>
span { border-color: #918A2D; }
span { border-color: rgb(145,138,45); }
td.TdClassName
{
border-color: #918A2D;
}
.TagClassName
{
border-color: #918A2D;
}
</style>