Shades of Lemon Ginger #938F2B
Tints of Lemon Ginger #938F2B
RGB
CMYK
RGB Variations
Color information
#938F2B (or 0x938F2B) is known color: Lemon Ginger. HEX triplet: 93, 8F and 2B. RGB value is (147,143,43). Sum of RGB (Red+Green+Blue) = 147+143+43=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #938F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938F2B is #6C70D4. Grayscale: #858585. Windows color (decimal): -7106773 or 2854803. OLE color: 2854803.
HSL color Cylindrical-coordinate representation of color #938F2B: hue angle of 57.69º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #938F2B is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 43 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.42 |
| HSL | 57.69º | 0.55% | 0.37% | - |
| HSV(B) | 57.69º | 0.71% | 0.58% | - |
| XYZ | 22.29 | 26.02 | 6.13 | - |
| YUV | 132.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 43 | 0 | 0.03 | 0.71 | 0.42 | 57.69 | 0.55 | 0.37 |
| Hex | 93 | 8F | 2B | 0 | 3 | 47 | 2A | 3A | 37 | 25 |
| Octal | 223 | 217 | 53 | 0 | 3 | 107 | 52 | 72 | 67 | 45 |
| Binary | 10010011 | 10001111 | 101011 | 0 | 11 | 1000111 | 101010 | 111010 | 110111 | 100101 |
Color Harmonies of #938F2B
Complementary color
Monochromatic Colors of #938F2B
Black with #938F2B
Text Example
Text Example
White with #938F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F2B; }
p { color: rgb(147,143,43); }
H1.HeaderClassName
{
color: #938F2B;
}
.AnyTagClassName
{
color: #938F2B;
}
</style>
background-color css
<style>
a { background-color: #938F2B; }
a { background-color: rgb(147,143,43); }
div.DivClassName
{
background-color: #938F2B;
}
.BgClassName
{
background-color: #938F2B;
}
</style>
border-color css
<style>
span { border-color: #938F2B; }
span { border-color: rgb(147,143,43); }
td.TdClassName
{
border-color: #938F2B;
}
.TagClassName
{
border-color: #938F2B;
}
</style>