Shades of Lemon Ginger #908519
Tints of Lemon Ginger #908519
RGB
CMYK
RGB Variations
Color information
#908519 (or 0x908519) is known color: Lemon Ginger. HEX triplet: 90, 85 and 19. RGB value is (144,133,25). Sum of RGB (Red+Green+Blue) = 144+133+25=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #908519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908519 is #6F7AE6. Grayscale: #7C7C7C. Windows color (decimal): -7305959 or 1672592. OLE color: 1672592.
HSL color Cylindrical-coordinate representation of color #908519: hue angle of 54.45º 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 #908519 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 25 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.44 |
| HSL | 54.45º | 0.7% | 0.33% | - |
| HSV(B) | 54.45º | 0.83% | 0.56% | - |
| XYZ | 20.06 | 22.77 | 4.26 | - |
| YUV | 123.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 25 | 0 | 0.08 | 0.83 | 0.44 | 54.45 | 0.7 | 0.33 |
| Hex | 90 | 85 | 19 | 0 | 8 | 53 | 2C | 36 | 46 | 21 |
| Octal | 220 | 205 | 31 | 0 | 10 | 123 | 54 | 66 | 106 | 41 |
| Binary | 10010000 | 10000101 | 11001 | 0 | 1000 | 1010011 | 101100 | 110110 | 1000110 | 100001 |
Color Harmonies of #908519
Complementary color
Monochromatic Colors of #908519
Black with #908519
Text Example
Text Example
White with #908519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908519; }
p { color: rgb(144,133,25); }
H1.HeaderClassName
{
color: #908519;
}
.AnyTagClassName
{
color: #908519;
}
</style>
background-color css
<style>
a { background-color: #908519; }
a { background-color: rgb(144,133,25); }
div.DivClassName
{
background-color: #908519;
}
.BgClassName
{
background-color: #908519;
}
</style>
border-color css
<style>
span { border-color: #908519; }
span { border-color: rgb(144,133,25); }
td.TdClassName
{
border-color: #908519;
}
.TagClassName
{
border-color: #908519;
}
</style>