Shades of Lemon Ginger #978629
Tints of Lemon Ginger #978629
RGB
CMYK
RGB Variations
Color information
#978629 (or 0x978629) is known color: Lemon Ginger. HEX triplet: 97, 86 and 29. RGB value is (151,134,41). Sum of RGB (Red+Green+Blue) = 151+134+41=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 41 (16.41% from 255 or 12.58% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #978629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978629 is #6879D6. Grayscale: #808080. Windows color (decimal): -6846935 or 2721431. OLE color: 2721431.
HSL color Cylindrical-coordinate representation of color #978629: hue angle of 50.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #978629 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 134 | 41 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.41 |
| HSL | 50.73º | 0.57% | 0.38% | - |
| HSV(B) | 50.73º | 0.73% | 0.59% | - |
| XYZ | 21.69 | 23.79 | 5.55 | - |
| YUV | 128.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 41 | 0 | 0.11 | 0.73 | 0.41 | 50.73 | 0.57 | 0.38 |
| Hex | 97 | 86 | 29 | 0 | B | 49 | 29 | 33 | 39 | 26 |
| Octal | 227 | 206 | 51 | 0 | 13 | 111 | 51 | 63 | 71 | 46 |
| Binary | 10010111 | 10000110 | 101001 | 0 | 1011 | 1001001 | 101001 | 110011 | 111001 | 100110 |
Color Harmonies of #978629
Complementary color
Monochromatic Colors of #978629
Black with #978629
Text Example
Text Example
White with #978629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978629; }
p { color: rgb(151,134,41); }
H1.HeaderClassName
{
color: #978629;
}
.AnyTagClassName
{
color: #978629;
}
</style>
background-color css
<style>
a { background-color: #978629; }
a { background-color: rgb(151,134,41); }
div.DivClassName
{
background-color: #978629;
}
.BgClassName
{
background-color: #978629;
}
</style>
border-color css
<style>
span { border-color: #978629; }
span { border-color: rgb(151,134,41); }
td.TdClassName
{
border-color: #978629;
}
.TagClassName
{
border-color: #978629;
}
</style>