Shades of Lemon Ginger #908B24
Tints of Lemon Ginger #908B24
RGB
CMYK
RGB Variations
Color information
#908B24 (or 0x908B24) is known color: Lemon Ginger. HEX triplet: 90, 8B and 24. RGB value is (144,139,36). Sum of RGB (Red+Green+Blue) = 144+139+36=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #908B24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #908B24 is #6F74DB. Grayscale: #818181. Windows color (decimal): -7304412 or 2395024. OLE color: 2395024.
HSL color Cylindrical-coordinate representation of color #908B24: hue angle of 57.22º 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 #908B24 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 36 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.44 |
| HSL | 57.22º | 0.6% | 0.35% | - |
| HSV(B) | 57.22º | 0.75% | 0.56% | - |
| XYZ | 21.05 | 24.52 | 5.29 | - |
| YUV | 128.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 36 | 0 | 0.03 | 0.75 | 0.44 | 57.22 | 0.6 | 0.35 |
| Hex | 90 | 8B | 24 | 0 | 3 | 4B | 2C | 39 | 3C | 23 |
| Octal | 220 | 213 | 44 | 0 | 3 | 113 | 54 | 71 | 74 | 43 |
| Binary | 10010000 | 10001011 | 100100 | 0 | 11 | 1001011 | 101100 | 111001 | 111100 | 100011 |
Color Harmonies of #908B24
Complementary color
Monochromatic Colors of #908B24
Black with #908B24
Text Example
Text Example
White with #908B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B24; }
p { color: rgb(144,139,36); }
H1.HeaderClassName
{
color: #908B24;
}
.AnyTagClassName
{
color: #908B24;
}
</style>
background-color css
<style>
a { background-color: #908B24; }
a { background-color: rgb(144,139,36); }
div.DivClassName
{
background-color: #908B24;
}
.BgClassName
{
background-color: #908B24;
}
</style>
border-color css
<style>
span { border-color: #908B24; }
span { border-color: rgb(144,139,36); }
td.TdClassName
{
border-color: #908B24;
}
.TagClassName
{
border-color: #908B24;
}
</style>