Shades of Lemon Ginger #938632
Tints of Lemon Ginger #938632
RGB
CMYK
RGB Variations
Color information
#938632 (or 0x938632) is known color: Lemon Ginger. HEX triplet: 93, 86 and 32. RGB value is (147,134,50). Sum of RGB (Red+Green+Blue) = 147+134+50=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #938632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938632 is #6C79CD. Grayscale: #808080. Windows color (decimal): -7109070 or 3311251. OLE color: 3311251.
HSL color Cylindrical-coordinate representation of color #938632: hue angle of 51.96º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #938632 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 134 | 50 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.42 |
| HSL | 51.96º | 0.49% | 0.39% | - |
| HSV(B) | 51.96º | 0.66% | 0.58% | - |
| XYZ | 21.13 | 23.48 | 6.44 | - |
| YUV | 128.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 50 | 0 | 0.09 | 0.66 | 0.42 | 51.96 | 0.49 | 0.39 |
| Hex | 93 | 86 | 32 | 0 | 9 | 42 | 2A | 34 | 31 | 27 |
| Octal | 223 | 206 | 62 | 0 | 11 | 102 | 52 | 64 | 61 | 47 |
| Binary | 10010011 | 10000110 | 110010 | 0 | 1001 | 1000010 | 101010 | 110100 | 110001 | 100111 |
Color Harmonies of #938632
Complementary color
Monochromatic Colors of #938632
Black with #938632
Text Example
Text Example
White with #938632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938632; }
p { color: rgb(147,134,50); }
H1.HeaderClassName
{
color: #938632;
}
.AnyTagClassName
{
color: #938632;
}
</style>
background-color css
<style>
a { background-color: #938632; }
a { background-color: rgb(147,134,50); }
div.DivClassName
{
background-color: #938632;
}
.BgClassName
{
background-color: #938632;
}
</style>
border-color css
<style>
span { border-color: #938632; }
span { border-color: rgb(147,134,50); }
td.TdClassName
{
border-color: #938632;
}
.TagClassName
{
border-color: #938632;
}
</style>