Shades of Lemon Ginger #938C26
Tints of Lemon Ginger #938C26
RGB
CMYK
RGB Variations
Color information
#938C26 (or 0x938C26) is known color: Lemon Ginger. HEX triplet: 93, 8C and 26. RGB value is (147,140,38). Sum of RGB (Red+Green+Blue) = 147+140+38=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #938C26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938C26 is #6C73D9. Grayscale: #828282. Windows color (decimal): -7107546 or 2526355. OLE color: 2526355.
HSL color Cylindrical-coordinate representation of color #938C26: hue angle of 56.15º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #938C26 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 140 | 38 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.42 |
| HSL | 56.15º | 0.59% | 0.36% | - |
| HSV(B) | 56.15º | 0.74% | 0.58% | - |
| XYZ | 21.76 | 25.1 | 5.53 | - |
| YUV | 130.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 38 | 0 | 0.05 | 0.74 | 0.42 | 56.15 | 0.59 | 0.36 |
| Hex | 93 | 8C | 26 | 0 | 5 | 4A | 2A | 38 | 3B | 24 |
| Octal | 223 | 214 | 46 | 0 | 5 | 112 | 52 | 70 | 73 | 44 |
| Binary | 10010011 | 10001100 | 100110 | 0 | 101 | 1001010 | 101010 | 111000 | 111011 | 100100 |
Color Harmonies of #938C26
Complementary color
Monochromatic Colors of #938C26
Black with #938C26
Text Example
Text Example
White with #938C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938C26; }
p { color: rgb(147,140,38); }
H1.HeaderClassName
{
color: #938C26;
}
.AnyTagClassName
{
color: #938C26;
}
</style>
background-color css
<style>
a { background-color: #938C26; }
a { background-color: rgb(147,140,38); }
div.DivClassName
{
background-color: #938C26;
}
.BgClassName
{
background-color: #938C26;
}
</style>
border-color css
<style>
span { border-color: #938C26; }
span { border-color: rgb(147,140,38); }
td.TdClassName
{
border-color: #938C26;
}
.TagClassName
{
border-color: #938C26;
}
</style>