Shades of Lemon Ginger #978135
Tints of Lemon Ginger #978135
RGB
CMYK
RGB Variations
Color information
#978135 (or 0x978135) is known color: Lemon Ginger. HEX triplet: 97, 81 and 35. RGB value is (151,129,53). Sum of RGB (Red+Green+Blue) = 151+129+53=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #978135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978135 is #687ECA. Grayscale: #7F7F7F. Windows color (decimal): -6848203 or 3506583. OLE color: 3506583.
HSL color Cylindrical-coordinate representation of color #978135: hue angle of 46.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #978135 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 53 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.41 |
| HSL | 46.53º | 0.48% | 0.4% | - |
| HSV(B) | 46.53º | 0.65% | 0.59% | - |
| XYZ | 21.26 | 22.54 | 6.6 | - |
| YUV | 126.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 53 | 0 | 0.15 | 0.65 | 0.41 | 46.53 | 0.48 | 0.4 |
| Hex | 97 | 81 | 35 | 0 | F | 41 | 29 | 2F | 30 | 28 |
| Octal | 227 | 201 | 65 | 0 | 17 | 101 | 51 | 57 | 60 | 50 |
| Binary | 10010111 | 10000001 | 110101 | 0 | 1111 | 1000001 | 101001 | 101111 | 110000 | 101000 |
Color Harmonies of #978135
Complementary color
Monochromatic Colors of #978135
Black with #978135
Text Example
Text Example
White with #978135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978135; }
p { color: rgb(151,129,53); }
H1.HeaderClassName
{
color: #978135;
}
.AnyTagClassName
{
color: #978135;
}
</style>
background-color css
<style>
a { background-color: #978135; }
a { background-color: rgb(151,129,53); }
div.DivClassName
{
background-color: #978135;
}
.BgClassName
{
background-color: #978135;
}
</style>
border-color css
<style>
span { border-color: #978135; }
span { border-color: rgb(151,129,53); }
td.TdClassName
{
border-color: #978135;
}
.TagClassName
{
border-color: #978135;
}
</style>