Shades of Lemon Ginger #908919
Tints of Lemon Ginger #908919
RGB
CMYK
RGB Variations
Color information
#908919 (or 0x908919) is known color: Lemon Ginger. HEX triplet: 90, 89 and 19. RGB value is (144,137,25). Sum of RGB (Red+Green+Blue) = 144+137+25=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #908919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908919 is #6F76E6. Grayscale: #7E7E7E. Windows color (decimal): -7304935 or 1673616. OLE color: 1673616.
HSL color Cylindrical-coordinate representation of color #908919: hue angle of 56.47º degrees, saturation: 0.7, 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 #908919 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 25 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.44 |
| HSL | 56.47º | 0.7% | 0.33% | - |
| HSV(B) | 56.47º | 0.83% | 0.56% | - |
| XYZ | 20.62 | 23.89 | 4.44 | - |
| YUV | 126.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 25 | 0 | 0.05 | 0.83 | 0.44 | 56.47 | 0.7 | 0.33 |
| Hex | 90 | 89 | 19 | 0 | 5 | 53 | 2C | 38 | 46 | 21 |
| Octal | 220 | 211 | 31 | 0 | 5 | 123 | 54 | 70 | 106 | 41 |
| Binary | 10010000 | 10001001 | 11001 | 0 | 101 | 1010011 | 101100 | 111000 | 1000110 | 100001 |
Color Harmonies of #908919
Complementary color
Monochromatic Colors of #908919
Black with #908919
Text Example
Text Example
White with #908919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908919; }
p { color: rgb(144,137,25); }
H1.HeaderClassName
{
color: #908919;
}
.AnyTagClassName
{
color: #908919;
}
</style>
background-color css
<style>
a { background-color: #908919; }
a { background-color: rgb(144,137,25); }
div.DivClassName
{
background-color: #908919;
}
.BgClassName
{
background-color: #908919;
}
</style>
border-color css
<style>
span { border-color: #908919; }
span { border-color: rgb(144,137,25); }
td.TdClassName
{
border-color: #908919;
}
.TagClassName
{
border-color: #908919;
}
</style>