Shades of Lemon Ginger #908324
Tints of Lemon Ginger #908324
RGB
CMYK
RGB Variations
Color information
#908324 (or 0x908324) is known color: Lemon Ginger. HEX triplet: 90, 83 and 24. RGB value is (144,131,36). Sum of RGB (Red+Green+Blue) = 144+131+36=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #908324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908324 is #6F7CDB. Grayscale: #7C7C7C. Windows color (decimal): -7306460 or 2392976. OLE color: 2392976.
HSL color Cylindrical-coordinate representation of color #908324: hue angle of 52.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #908324 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 131 | 36 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.44 |
| HSL | 52.78º | 0.6% | 0.35% | - |
| HSV(B) | 52.78º | 0.75% | 0.56% | - |
| XYZ | 19.94 | 22.29 | 4.92 | - |
| YUV | 124.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 36 | 0 | 0.09 | 0.75 | 0.44 | 52.78 | 0.6 | 0.35 |
| Hex | 90 | 83 | 24 | 0 | 9 | 4B | 2C | 35 | 3C | 23 |
| Octal | 220 | 203 | 44 | 0 | 11 | 113 | 54 | 65 | 74 | 43 |
| Binary | 10010000 | 10000011 | 100100 | 0 | 1001 | 1001011 | 101100 | 110101 | 111100 | 100011 |
Color Harmonies of #908324
Complementary color
Monochromatic Colors of #908324
Black with #908324
Text Example
Text Example
White with #908324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908324; }
p { color: rgb(144,131,36); }
H1.HeaderClassName
{
color: #908324;
}
.AnyTagClassName
{
color: #908324;
}
</style>
background-color css
<style>
a { background-color: #908324; }
a { background-color: rgb(144,131,36); }
div.DivClassName
{
background-color: #908324;
}
.BgClassName
{
background-color: #908324;
}
</style>
border-color css
<style>
span { border-color: #908324; }
span { border-color: rgb(144,131,36); }
td.TdClassName
{
border-color: #908324;
}
.TagClassName
{
border-color: #908324;
}
</style>