Shades of Lemon Ginger #908416
Tints of Lemon Ginger #908416
RGB
CMYK
RGB Variations
Color information
#908416 (or 0x908416) is known color: Lemon Ginger. HEX triplet: 90, 84 and 16. RGB value is (144,132,22). Sum of RGB (Red+Green+Blue) = 144+132+22=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #908416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908416 is #6F7BE9. Grayscale: #7B7B7B. Windows color (decimal): -7306218 or 1475728. OLE color: 1475728.
HSL color Cylindrical-coordinate representation of color #908416: hue angle of 54.1º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #908416 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 132 | 22 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.44 |
| HSL | 54.1º | 0.73% | 0.33% | - |
| HSV(B) | 54.1º | 0.85% | 0.56% | - |
| XYZ | 19.9 | 22.49 | 4.05 | - |
| YUV | 123.05 | 70.98 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 22 | 0 | 0.08 | 0.85 | 0.44 | 54.1 | 0.73 | 0.33 |
| Hex | 90 | 84 | 16 | 0 | 8 | 55 | 2C | 36 | 49 | 21 |
| Octal | 220 | 204 | 26 | 0 | 10 | 125 | 54 | 66 | 111 | 41 |
| Binary | 10010000 | 10000100 | 10110 | 0 | 1000 | 1010101 | 101100 | 110110 | 1001001 | 100001 |
Color Harmonies of #908416
Complementary color
Monochromatic Colors of #908416
Black with #908416
Text Example
Text Example
White with #908416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908416; }
p { color: rgb(144,132,22); }
H1.HeaderClassName
{
color: #908416;
}
.AnyTagClassName
{
color: #908416;
}
</style>
background-color css
<style>
a { background-color: #908416; }
a { background-color: rgb(144,132,22); }
div.DivClassName
{
background-color: #908416;
}
.BgClassName
{
background-color: #908416;
}
</style>
border-color css
<style>
span { border-color: #908416; }
span { border-color: rgb(144,132,22); }
td.TdClassName
{
border-color: #908416;
}
.TagClassName
{
border-color: #908416;
}
</style>