Shades of Lemon Ginger #9B9024
Tints of Lemon Ginger #9B9024
RGB
CMYK
RGB Variations
Color information
#9B9024 (or 0x9B9024) is known color: Lemon Ginger. HEX triplet: 9B, 90 and 24. RGB value is (155,144,36). Sum of RGB (Red+Green+Blue) = 155+144+36=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9024 is #646FDB. Grayscale: #878787. Windows color (decimal): -6582236 or 2396315. OLE color: 2396315.
HSL color Cylindrical-coordinate representation of color #9B9024: hue angle of 54.45º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B9024 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 36 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.39 |
| HSL | 54.45º | 0.62% | 0.37% | - |
| HSV(B) | 54.45º | 0.77% | 0.61% | - |
| XYZ | 23.81 | 27.04 | 5.63 | - |
| YUV | 134.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 36 | 0 | 0.07 | 0.77 | 0.39 | 54.45 | 0.62 | 0.37 |
| Hex | 9B | 90 | 24 | 0 | 7 | 4D | 27 | 36 | 3E | 25 |
| Octal | 233 | 220 | 44 | 0 | 7 | 115 | 47 | 66 | 76 | 45 |
| Binary | 10011011 | 10010000 | 100100 | 0 | 111 | 1001101 | 100111 | 110110 | 111110 | 100101 |
Color Harmonies of #9B9024
Complementary color
Monochromatic Colors of #9B9024
Black with #9B9024
Text Example
Text Example
White with #9B9024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9024; }
p { color: rgb(155,144,36); }
H1.HeaderClassName
{
color: #9B9024;
}
.AnyTagClassName
{
color: #9B9024;
}
</style>
background-color css
<style>
a { background-color: #9B9024; }
a { background-color: rgb(155,144,36); }
div.DivClassName
{
background-color: #9B9024;
}
.BgClassName
{
background-color: #9B9024;
}
</style>
border-color css
<style>
span { border-color: #9B9024; }
span { border-color: rgb(155,144,36); }
td.TdClassName
{
border-color: #9B9024;
}
.TagClassName
{
border-color: #9B9024;
}
</style>