Shades of Lemon Ginger #948717
Tints of Lemon Ginger #948717
RGB
CMYK
RGB Variations
Color information
#948717 (or 0x948717) is known color: Lemon Ginger. HEX triplet: 94, 87 and 17. RGB value is (148,135,23). Sum of RGB (Red+Green+Blue) = 148+135+23=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #948717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948717 is #6B78E8. Grayscale: #7E7E7E. Windows color (decimal): -7043305 or 1542036. OLE color: 1542036.
HSL color Cylindrical-coordinate representation of color #948717: hue angle of 53.76º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #948717 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 135 | 23 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.42 |
| HSL | 53.76º | 0.73% | 0.34% | - |
| HSV(B) | 53.76º | 0.84% | 0.58% | - |
| XYZ | 21.03 | 23.69 | 4.27 | - |
| YUV | 126.12 | 69.81 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 23 | 0 | 0.09 | 0.84 | 0.42 | 53.76 | 0.73 | 0.34 |
| Hex | 94 | 87 | 17 | 0 | 9 | 54 | 2A | 36 | 49 | 22 |
| Octal | 224 | 207 | 27 | 0 | 11 | 124 | 52 | 66 | 111 | 42 |
| Binary | 10010100 | 10000111 | 10111 | 0 | 1001 | 1010100 | 101010 | 110110 | 1001001 | 100010 |
Color Harmonies of #948717
Complementary color
Monochromatic Colors of #948717
Black with #948717
Text Example
Text Example
White with #948717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948717; }
p { color: rgb(148,135,23); }
H1.HeaderClassName
{
color: #948717;
}
.AnyTagClassName
{
color: #948717;
}
</style>
background-color css
<style>
a { background-color: #948717; }
a { background-color: rgb(148,135,23); }
div.DivClassName
{
background-color: #948717;
}
.BgClassName
{
background-color: #948717;
}
</style>
border-color css
<style>
span { border-color: #948717; }
span { border-color: rgb(148,135,23); }
td.TdClassName
{
border-color: #948717;
}
.TagClassName
{
border-color: #948717;
}
</style>