Shades of Lemon Ginger #908818
Tints of Lemon Ginger #908818
RGB
CMYK
RGB Variations
Color information
#908818 (or 0x908818) is known color: Lemon Ginger. HEX triplet: 90, 88 and 18. RGB value is (144,136,24). Sum of RGB (Red+Green+Blue) = 144+136+24=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #908818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908818 is #6F77E7. Grayscale: #7E7E7E. Windows color (decimal): -7305192 or 1607824. OLE color: 1607824.
HSL color Cylindrical-coordinate representation of color #908818: hue angle of 56º 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 #908818 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 24 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.44 |
| HSL | 56º | 0.71% | 0.33% | - |
| HSV(B) | 56º | 0.83% | 0.56% | - |
| XYZ | 20.47 | 23.6 | 4.34 | - |
| YUV | 125.62 | 70.65 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 24 | 0 | 0.06 | 0.83 | 0.44 | 56 | 0.71 | 0.33 |
| Hex | 90 | 88 | 18 | 0 | 6 | 53 | 2C | 38 | 47 | 21 |
| Octal | 220 | 210 | 30 | 0 | 6 | 123 | 54 | 70 | 107 | 41 |
| Binary | 10010000 | 10001000 | 11000 | 0 | 110 | 1010011 | 101100 | 111000 | 1000111 | 100001 |
Color Harmonies of #908818
Complementary color
Monochromatic Colors of #908818
Black with #908818
Text Example
Text Example
White with #908818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908818; }
p { color: rgb(144,136,24); }
H1.HeaderClassName
{
color: #908818;
}
.AnyTagClassName
{
color: #908818;
}
</style>
background-color css
<style>
a { background-color: #908818; }
a { background-color: rgb(144,136,24); }
div.DivClassName
{
background-color: #908818;
}
.BgClassName
{
background-color: #908818;
}
</style>
border-color css
<style>
span { border-color: #908818; }
span { border-color: rgb(144,136,24); }
td.TdClassName
{
border-color: #908818;
}
.TagClassName
{
border-color: #908818;
}
</style>