Shades of Lemon Ginger #9F8D23
Tints of Lemon Ginger #9F8D23
RGB
CMYK
RGB Variations
Color information
#9F8D23 (or 0x9F8D23) is known color: Lemon Ginger. HEX triplet: 9F, 8D and 23. RGB value is (159,141,35). Sum of RGB (Red+Green+Blue) = 159+141+35=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 141 (55.47% from 255 or 42.09% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8D23 is #6072DC. Grayscale: #868686. Windows color (decimal): -6320861 or 2330015. OLE color: 2330015.
HSL color Cylindrical-coordinate representation of color #9F8D23: hue angle of 51.29º 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 #9F8D23 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 141 | 35 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.38 |
| HSL | 51.29º | 0.64% | 0.38% | - |
| HSV(B) | 51.29º | 0.78% | 0.62% | - |
| XYZ | 24.13 | 26.54 | 5.44 | - |
| YUV | 134.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 35 | 0 | 0.11 | 0.78 | 0.38 | 51.29 | 0.64 | 0.38 |
| Hex | 9F | 8D | 23 | 0 | B | 4E | 26 | 33 | 40 | 26 |
| Octal | 237 | 215 | 43 | 0 | 13 | 116 | 46 | 63 | 100 | 46 |
| Binary | 10011111 | 10001101 | 100011 | 0 | 1011 | 1001110 | 100110 | 110011 | 1000000 | 100110 |
Color Harmonies of #9F8D23
Complementary color
Monochromatic Colors of #9F8D23
Black with #9F8D23
Text Example
Text Example
White with #9F8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D23; }
p { color: rgb(159,141,35); }
H1.HeaderClassName
{
color: #9F8D23;
}
.AnyTagClassName
{
color: #9F8D23;
}
</style>
background-color css
<style>
a { background-color: #9F8D23; }
a { background-color: rgb(159,141,35); }
div.DivClassName
{
background-color: #9F8D23;
}
.BgClassName
{
background-color: #9F8D23;
}
</style>
border-color css
<style>
span { border-color: #9F8D23; }
span { border-color: rgb(159,141,35); }
td.TdClassName
{
border-color: #9F8D23;
}
.TagClassName
{
border-color: #9F8D23;
}
</style>