Shades of Lemon Ginger #948B17
Tints of Lemon Ginger #948B17
RGB
CMYK
RGB Variations
Color information
#948B17 (or 0x948B17) is known color: Lemon Ginger. HEX triplet: 94, 8B and 17. RGB value is (148,139,23). Sum of RGB (Red+Green+Blue) = 148+139+23=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #948B17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948B17 is #6B74E8. Grayscale: #808080. Windows color (decimal): -7042281 or 1543060. OLE color: 1543060.
HSL color Cylindrical-coordinate representation of color #948B17: hue angle of 55.68º 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 #948B17 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 139 | 23 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.42 |
| HSL | 55.68º | 0.73% | 0.34% | - |
| HSV(B) | 55.68º | 0.84% | 0.58% | - |
| XYZ | 21.6 | 24.82 | 4.46 | - |
| YUV | 128.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 139 | 23 | 0 | 0.06 | 0.84 | 0.42 | 55.68 | 0.73 | 0.34 |
| Hex | 94 | 8B | 17 | 0 | 6 | 54 | 2A | 38 | 49 | 22 |
| Octal | 224 | 213 | 27 | 0 | 6 | 124 | 52 | 70 | 111 | 42 |
| Binary | 10010100 | 10001011 | 10111 | 0 | 110 | 1010100 | 101010 | 111000 | 1001001 | 100010 |
Color Harmonies of #948B17
Complementary color
Monochromatic Colors of #948B17
Black with #948B17
Text Example
Text Example
White with #948B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948B17; }
p { color: rgb(148,139,23); }
H1.HeaderClassName
{
color: #948B17;
}
.AnyTagClassName
{
color: #948B17;
}
</style>
background-color css
<style>
a { background-color: #948B17; }
a { background-color: rgb(148,139,23); }
div.DivClassName
{
background-color: #948B17;
}
.BgClassName
{
background-color: #948B17;
}
</style>
border-color css
<style>
span { border-color: #948B17; }
span { border-color: rgb(148,139,23); }
td.TdClassName
{
border-color: #948B17;
}
.TagClassName
{
border-color: #948B17;
}
</style>