Shades of Lemon Ginger #978238
Tints of Lemon Ginger #978238
RGB
CMYK
RGB Variations
Color information
#978238 (or 0x978238) is known color: Lemon Ginger. HEX triplet: 97, 82 and 38. RGB value is (151,130,56). Sum of RGB (Red+Green+Blue) = 151+130+56=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #978238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978238 is #687DC7. Grayscale: #808080. Windows color (decimal): -6847944 or 3703447. OLE color: 3703447.
HSL color Cylindrical-coordinate representation of color #978238: hue angle of 46.74º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #978238 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 56 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.41 |
| HSL | 46.74º | 0.46% | 0.41% | - |
| HSV(B) | 46.74º | 0.63% | 0.59% | - |
| XYZ | 21.46 | 22.83 | 7.02 | - |
| YUV | 127.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 56 | 0 | 0.14 | 0.63 | 0.41 | 46.74 | 0.46 | 0.41 |
| Hex | 97 | 82 | 38 | 0 | E | 3F | 29 | 2F | 2E | 29 |
| Octal | 227 | 202 | 70 | 0 | 16 | 77 | 51 | 57 | 56 | 51 |
| Binary | 10010111 | 10000010 | 111000 | 0 | 1110 | 111111 | 101001 | 101111 | 101110 | 101001 |
Color Harmonies of #978238
Complementary color
Monochromatic Colors of #978238
Black with #978238
Text Example
Text Example
White with #978238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978238; }
p { color: rgb(151,130,56); }
H1.HeaderClassName
{
color: #978238;
}
.AnyTagClassName
{
color: #978238;
}
</style>
background-color css
<style>
a { background-color: #978238; }
a { background-color: rgb(151,130,56); }
div.DivClassName
{
background-color: #978238;
}
.BgClassName
{
background-color: #978238;
}
</style>
border-color css
<style>
span { border-color: #978238; }
span { border-color: rgb(151,130,56); }
td.TdClassName
{
border-color: #978238;
}
.TagClassName
{
border-color: #978238;
}
</style>