Shades of Lemon Ginger #968628
Tints of Lemon Ginger #968628
RGB
CMYK
RGB Variations
Color information
#968628 (or 0x968628) is known color: Lemon Ginger. HEX triplet: 96, 86 and 28. RGB value is (150,134,40). Sum of RGB (Red+Green+Blue) = 150+134+40=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #968628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968628 is #6979D7. Grayscale: #808080. Windows color (decimal): -6912472 or 2655894. OLE color: 2655894.
HSL color Cylindrical-coordinate representation of color #968628: hue angle of 51.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #968628 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 40 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.41 |
| HSL | 51.27º | 0.58% | 0.37% | - |
| HSV(B) | 51.27º | 0.73% | 0.59% | - |
| XYZ | 21.49 | 23.69 | 5.45 | - |
| YUV | 128.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 40 | 0 | 0.11 | 0.73 | 0.41 | 51.27 | 0.58 | 0.37 |
| Hex | 96 | 86 | 28 | 0 | B | 49 | 29 | 33 | 3A | 25 |
| Octal | 226 | 206 | 50 | 0 | 13 | 111 | 51 | 63 | 72 | 45 |
| Binary | 10010110 | 10000110 | 101000 | 0 | 1011 | 1001001 | 101001 | 110011 | 111010 | 100101 |
Color Harmonies of #968628
Complementary color
Monochromatic Colors of #968628
Black with #968628
Text Example
Text Example
White with #968628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968628; }
p { color: rgb(150,134,40); }
H1.HeaderClassName
{
color: #968628;
}
.AnyTagClassName
{
color: #968628;
}
</style>
background-color css
<style>
a { background-color: #968628; }
a { background-color: rgb(150,134,40); }
div.DivClassName
{
background-color: #968628;
}
.BgClassName
{
background-color: #968628;
}
</style>
border-color css
<style>
span { border-color: #968628; }
span { border-color: rgb(150,134,40); }
td.TdClassName
{
border-color: #968628;
}
.TagClassName
{
border-color: #968628;
}
</style>