Shades of Lemon Ginger #968729
Tints of Lemon Ginger #968729
RGB
CMYK
RGB Variations
Color information
#968729 (or 0x968729) is known color: Lemon Ginger. HEX triplet: 96, 87 and 29. RGB value is (150,135,41). Sum of RGB (Red+Green+Blue) = 150+135+41=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #968729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968729 is #6978D6. Grayscale: #818181. Windows color (decimal): -6912215 or 2721686. OLE color: 2721686.
HSL color Cylindrical-coordinate representation of color #968729: hue angle of 51.74º degrees, saturation: 0.57, 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 #968729 is Cyan = 0, Magento = 0.1, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 41 | - |
| CMYK | 0 | 0.1 | 0.73 | 0.41 |
| HSL | 51.74º | 0.57% | 0.37% | - |
| HSV(B) | 51.74º | 0.73% | 0.59% | - |
| XYZ | 21.64 | 23.97 | 5.58 | - |
| YUV | 128.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 41 | 0 | 0.1 | 0.73 | 0.41 | 51.74 | 0.57 | 0.37 |
| Hex | 96 | 87 | 29 | 0 | A | 49 | 29 | 34 | 39 | 25 |
| Octal | 226 | 207 | 51 | 0 | 12 | 111 | 51 | 64 | 71 | 45 |
| Binary | 10010110 | 10000111 | 101001 | 0 | 1010 | 1001001 | 101001 | 110100 | 111001 | 100101 |
Color Harmonies of #968729
Complementary color
Monochromatic Colors of #968729
Black with #968729
Text Example
Text Example
White with #968729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968729; }
p { color: rgb(150,135,41); }
H1.HeaderClassName
{
color: #968729;
}
.AnyTagClassName
{
color: #968729;
}
</style>
background-color css
<style>
a { background-color: #968729; }
a { background-color: rgb(150,135,41); }
div.DivClassName
{
background-color: #968729;
}
.BgClassName
{
background-color: #968729;
}
</style>
border-color css
<style>
span { border-color: #968729; }
span { border-color: rgb(150,135,41); }
td.TdClassName
{
border-color: #968729;
}
.TagClassName
{
border-color: #968729;
}
</style>