Shades of Lemon Ginger #918025
Tints of Lemon Ginger #918025
RGB
CMYK
RGB Variations
Color information
#918025 (or 0x918025) is known color: Lemon Ginger. HEX triplet: 91, 80 and 25. RGB value is (145,128,37). Sum of RGB (Red+Green+Blue) = 145+128+37=310 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.77% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 145 - color contains mainly: red. Hex color #918025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918025 is #6E7FDA. Grayscale: #7B7B7B. Windows color (decimal): -7241691 or 2457745. OLE color: 2457745.
HSL color Cylindrical-coordinate representation of color #918025: hue angle of 50.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #918025 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 128 | 37 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.43 |
| HSL | 50.56º | 0.59% | 0.36% | - |
| HSV(B) | 50.56º | 0.74% | 0.57% | - |
| XYZ | 19.73 | 21.59 | 4.88 | - |
| YUV | 122.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 37 | 0 | 0.12 | 0.74 | 0.43 | 50.56 | 0.59 | 0.36 |
| Hex | 91 | 80 | 25 | 0 | C | 4A | 2B | 33 | 3B | 24 |
| Octal | 221 | 200 | 45 | 0 | 14 | 112 | 53 | 63 | 73 | 44 |
| Binary | 10010001 | 10000000 | 100101 | 0 | 1100 | 1001010 | 101011 | 110011 | 111011 | 100100 |
Color Harmonies of #918025
Complementary color
Monochromatic Colors of #918025
Black with #918025
Text Example
Text Example
White with #918025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918025; }
p { color: rgb(145,128,37); }
H1.HeaderClassName
{
color: #918025;
}
.AnyTagClassName
{
color: #918025;
}
</style>
background-color css
<style>
a { background-color: #918025; }
a { background-color: rgb(145,128,37); }
div.DivClassName
{
background-color: #918025;
}
.BgClassName
{
background-color: #918025;
}
</style>
border-color css
<style>
span { border-color: #918025; }
span { border-color: rgb(145,128,37); }
td.TdClassName
{
border-color: #918025;
}
.TagClassName
{
border-color: #918025;
}
</style>