Shades of Lemon Ginger #908117
Tints of Lemon Ginger #908117
RGB
CMYK
RGB Variations
Color information
#908117 (or 0x908117) is known color: Lemon Ginger. HEX triplet: 90, 81 and 17. RGB value is (144,129,23). Sum of RGB (Red+Green+Blue) = 144+129+23=296 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.65% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 144 - color contains mainly: red. Hex color #908117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908117 is #6F7EE8. Grayscale: #797979. Windows color (decimal): -7306985 or 1540496. OLE color: 1540496.
HSL color Cylindrical-coordinate representation of color #908117: hue angle of 52.56º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #908117 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 129 | 23 | - |
| CMYK | 0 | 0.10 | 0.84 | 0.44 |
| HSL | 52.56º | 0.72% | 0.33% | - |
| HSV(B) | 52.56º | 0.84% | 0.56% | - |
| XYZ | 19.51 | 21.69 | 3.97 | - |
| YUV | 121.4 | 72.47 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 23 | 0 | 0.10 | 0.84 | 0.44 | 52.56 | 0.72 | 0.33 |
| Hex | 90 | 81 | 17 | 0 | A | 54 | 2C | 35 | 48 | 21 |
| Octal | 220 | 201 | 27 | 0 | 12 | 124 | 54 | 65 | 110 | 41 |
| Binary | 10010000 | 10000001 | 10111 | 0 | 1010 | 1010100 | 101100 | 110101 | 1001000 | 100001 |
Color Harmonies of #908117
Complementary color
Monochromatic Colors of #908117
Black with #908117
Text Example
Text Example
White with #908117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908117; }
p { color: rgb(144,129,23); }
H1.HeaderClassName
{
color: #908117;
}
.AnyTagClassName
{
color: #908117;
}
</style>
background-color css
<style>
a { background-color: #908117; }
a { background-color: rgb(144,129,23); }
div.DivClassName
{
background-color: #908117;
}
.BgClassName
{
background-color: #908117;
}
</style>
border-color css
<style>
span { border-color: #908117; }
span { border-color: rgb(144,129,23); }
td.TdClassName
{
border-color: #908117;
}
.TagClassName
{
border-color: #908117;
}
</style>