Shades of Lemon Ginger #9F9023
Tints of Lemon Ginger #9F9023
RGB
CMYK
RGB Variations
Color information
#9F9023 (or 0x9F9023) is known color: Lemon Ginger. HEX triplet: 9F, 90 and 23. RGB value is (159,144,35). Sum of RGB (Red+Green+Blue) = 159+144+35=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9023 is #606FDC. Grayscale: #888888. Windows color (decimal): -6320093 or 2330783. OLE color: 2330783.
HSL color Cylindrical-coordinate representation of color #9F9023: hue angle of 52.74º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F9023 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 35 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.38 |
| HSL | 52.74º | 0.64% | 0.38% | - |
| HSV(B) | 52.74º | 0.78% | 0.62% | - |
| XYZ | 24.57 | 27.44 | 5.59 | - |
| YUV | 136.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 35 | 0 | 0.09 | 0.78 | 0.38 | 52.74 | 0.64 | 0.38 |
| Hex | 9F | 90 | 23 | 0 | 9 | 4E | 26 | 35 | 40 | 26 |
| Octal | 237 | 220 | 43 | 0 | 11 | 116 | 46 | 65 | 100 | 46 |
| Binary | 10011111 | 10010000 | 100011 | 0 | 1001 | 1001110 | 100110 | 110101 | 1000000 | 100110 |
Color Harmonies of #9F9023
Complementary color
Monochromatic Colors of #9F9023
Black with #9F9023
Text Example
Text Example
White with #9F9023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9023; }
p { color: rgb(159,144,35); }
H1.HeaderClassName
{
color: #9F9023;
}
.AnyTagClassName
{
color: #9F9023;
}
</style>
background-color css
<style>
a { background-color: #9F9023; }
a { background-color: rgb(159,144,35); }
div.DivClassName
{
background-color: #9F9023;
}
.BgClassName
{
background-color: #9F9023;
}
</style>
border-color css
<style>
span { border-color: #9F9023; }
span { border-color: rgb(159,144,35); }
td.TdClassName
{
border-color: #9F9023;
}
.TagClassName
{
border-color: #9F9023;
}
</style>