Shades of Lemon Ginger #908819
Tints of Lemon Ginger #908819
RGB
CMYK
RGB Variations
Color information
#908819 (or 0x908819) is known color: Lemon Ginger. HEX triplet: 90, 88 and 19. RGB value is (144,136,25). Sum of RGB (Red+Green+Blue) = 144+136+25=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #908819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908819 is #6F77E6. Grayscale: #7E7E7E. Windows color (decimal): -7305191 or 1673360. OLE color: 1673360.
HSL color Cylindrical-coordinate representation of color #908819: hue angle of 55.97º 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 #908819 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 25 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.44 |
| HSL | 55.97º | 0.7% | 0.33% | - |
| HSV(B) | 55.97º | 0.83% | 0.56% | - |
| XYZ | 20.48 | 23.61 | 4.4 | - |
| YUV | 125.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 25 | 0 | 0.06 | 0.83 | 0.44 | 55.97 | 0.7 | 0.33 |
| Hex | 90 | 88 | 19 | 0 | 6 | 53 | 2C | 38 | 46 | 21 |
| Octal | 220 | 210 | 31 | 0 | 6 | 123 | 54 | 70 | 106 | 41 |
| Binary | 10010000 | 10001000 | 11001 | 0 | 110 | 1010011 | 101100 | 111000 | 1000110 | 100001 |
Color Harmonies of #908819
Complementary color
Monochromatic Colors of #908819
Black with #908819
Text Example
Text Example
White with #908819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908819; }
p { color: rgb(144,136,25); }
H1.HeaderClassName
{
color: #908819;
}
.AnyTagClassName
{
color: #908819;
}
</style>
background-color css
<style>
a { background-color: #908819; }
a { background-color: rgb(144,136,25); }
div.DivClassName
{
background-color: #908819;
}
.BgClassName
{
background-color: #908819;
}
</style>
border-color css
<style>
span { border-color: #908819; }
span { border-color: rgb(144,136,25); }
td.TdClassName
{
border-color: #908819;
}
.TagClassName
{
border-color: #908819;
}
</style>