Shades of Lemon Ginger #978123
Tints of Lemon Ginger #978123
RGB
CMYK
RGB Variations
Color information
#978123 (or 0x978123) is known color: Lemon Ginger. HEX triplet: 97, 81 and 23. RGB value is (151,129,35). Sum of RGB (Red+Green+Blue) = 151+129+35=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 151 - color contains mainly: red. Hex color #978123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978123 is #687EDC. Grayscale: #7D7D7D. Windows color (decimal): -6848221 or 2326935. OLE color: 2326935.
HSL color Cylindrical-coordinate representation of color #978123: hue angle of 48.62º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #978123 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 35 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.41 |
| HSL | 48.62º | 0.62% | 0.36% | - |
| HSV(B) | 48.62º | 0.77% | 0.59% | - |
| XYZ | 20.92 | 22.4 | 4.81 | - |
| YUV | 124.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 35 | 0 | 0.15 | 0.77 | 0.41 | 48.62 | 0.62 | 0.36 |
| Hex | 97 | 81 | 23 | 0 | F | 4D | 29 | 31 | 3E | 24 |
| Octal | 227 | 201 | 43 | 0 | 17 | 115 | 51 | 61 | 76 | 44 |
| Binary | 10010111 | 10000001 | 100011 | 0 | 1111 | 1001101 | 101001 | 110001 | 111110 | 100100 |
Color Harmonies of #978123
Complementary color
Monochromatic Colors of #978123
Black with #978123
Text Example
Text Example
White with #978123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978123; }
p { color: rgb(151,129,35); }
H1.HeaderClassName
{
color: #978123;
}
.AnyTagClassName
{
color: #978123;
}
</style>
background-color css
<style>
a { background-color: #978123; }
a { background-color: rgb(151,129,35); }
div.DivClassName
{
background-color: #978123;
}
.BgClassName
{
background-color: #978123;
}
</style>
border-color css
<style>
span { border-color: #978123; }
span { border-color: rgb(151,129,35); }
td.TdClassName
{
border-color: #978123;
}
.TagClassName
{
border-color: #978123;
}
</style>