Shades of Lemon Ginger #918925
Tints of Lemon Ginger #918925
RGB
CMYK
RGB Variations
Color information
#918925 (or 0x918925) is known color: Lemon Ginger. HEX triplet: 91, 89 and 25. RGB value is (145,137,37). Sum of RGB (Red+Green+Blue) = 145+137+37=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #918925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #918925 is #6E76DA. Grayscale: #808080. Windows color (decimal): -7239387 or 2460049. OLE color: 2460049.
HSL color Cylindrical-coordinate representation of color #918925: hue angle of 55.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 #918925 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 37 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.43 |
| HSL | 55.56º | 0.59% | 0.36% | - |
| HSV(B) | 55.56º | 0.74% | 0.57% | - |
| XYZ | 20.96 | 24.04 | 5.29 | - |
| YUV | 127.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 37 | 0 | 0.06 | 0.74 | 0.43 | 55.56 | 0.59 | 0.36 |
| Hex | 91 | 89 | 25 | 0 | 6 | 4A | 2B | 38 | 3B | 24 |
| Octal | 221 | 211 | 45 | 0 | 6 | 112 | 53 | 70 | 73 | 44 |
| Binary | 10010001 | 10001001 | 100101 | 0 | 110 | 1001010 | 101011 | 111000 | 111011 | 100100 |
Color Harmonies of #918925
Complementary color
Monochromatic Colors of #918925
Black with #918925
Text Example
Text Example
White with #918925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918925; }
p { color: rgb(145,137,37); }
H1.HeaderClassName
{
color: #918925;
}
.AnyTagClassName
{
color: #918925;
}
</style>
background-color css
<style>
a { background-color: #918925; }
a { background-color: rgb(145,137,37); }
div.DivClassName
{
background-color: #918925;
}
.BgClassName
{
background-color: #918925;
}
</style>
border-color css
<style>
span { border-color: #918925; }
span { border-color: rgb(145,137,37); }
td.TdClassName
{
border-color: #918925;
}
.TagClassName
{
border-color: #918925;
}
</style>