Shades of Lemon Ginger #908518
Tints of Lemon Ginger #908518
RGB
CMYK
RGB Variations
Color information
#908518 (or 0x908518) is known color: Lemon Ginger. HEX triplet: 90, 85 and 18. RGB value is (144,133,24). Sum of RGB (Red+Green+Blue) = 144+133+24=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #908518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908518 is #6F7AE7. Grayscale: #7C7C7C. Windows color (decimal): -7305960 or 1607056. OLE color: 1607056.
HSL color Cylindrical-coordinate representation of color #908518: hue angle of 54.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #908518 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 24 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.44 |
| HSL | 54.5º | 0.71% | 0.33% | - |
| HSV(B) | 54.5º | 0.83% | 0.56% | - |
| XYZ | 20.05 | 22.77 | 4.2 | - |
| YUV | 123.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 24 | 0 | 0.08 | 0.83 | 0.44 | 54.5 | 0.71 | 0.33 |
| Hex | 90 | 85 | 18 | 0 | 8 | 53 | 2C | 36 | 47 | 21 |
| Octal | 220 | 205 | 30 | 0 | 10 | 123 | 54 | 66 | 107 | 41 |
| Binary | 10010000 | 10000101 | 11000 | 0 | 1000 | 1010011 | 101100 | 110110 | 1000111 | 100001 |
Color Harmonies of #908518
Complementary color
Monochromatic Colors of #908518
Black with #908518
Text Example
Text Example
White with #908518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908518; }
p { color: rgb(144,133,24); }
H1.HeaderClassName
{
color: #908518;
}
.AnyTagClassName
{
color: #908518;
}
</style>
background-color css
<style>
a { background-color: #908518; }
a { background-color: rgb(144,133,24); }
div.DivClassName
{
background-color: #908518;
}
.BgClassName
{
background-color: #908518;
}
</style>
border-color css
<style>
span { border-color: #908518; }
span { border-color: rgb(144,133,24); }
td.TdClassName
{
border-color: #908518;
}
.TagClassName
{
border-color: #908518;
}
</style>