Shades of Lemon Ginger #978230
Tints of Lemon Ginger #978230
RGB
CMYK
RGB Variations
Color information
#978230 (or 0x978230) is known color: Lemon Ginger. HEX triplet: 97, 82 and 30. RGB value is (151,130,48). Sum of RGB (Red+Green+Blue) = 151+130+48=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #978230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978230 is #687DCF. Grayscale: #7F7F7F. Windows color (decimal): -6847952 or 3179159. OLE color: 3179159.
HSL color Cylindrical-coordinate representation of color #978230: hue angle of 47.77º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #978230 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 48 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.41 |
| HSL | 47.77º | 0.52% | 0.39% | - |
| HSV(B) | 47.77º | 0.68% | 0.59% | - |
| XYZ | 21.28 | 22.76 | 6.07 | - |
| YUV | 126.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 48 | 0 | 0.14 | 0.68 | 0.41 | 47.77 | 0.52 | 0.39 |
| Hex | 97 | 82 | 30 | 0 | E | 44 | 29 | 30 | 34 | 27 |
| Octal | 227 | 202 | 60 | 0 | 16 | 104 | 51 | 60 | 64 | 47 |
| Binary | 10010111 | 10000010 | 110000 | 0 | 1110 | 1000100 | 101001 | 110000 | 110100 | 100111 |
Color Harmonies of #978230
Complementary color
Monochromatic Colors of #978230
Black with #978230
Text Example
Text Example
White with #978230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978230; }
p { color: rgb(151,130,48); }
H1.HeaderClassName
{
color: #978230;
}
.AnyTagClassName
{
color: #978230;
}
</style>
background-color css
<style>
a { background-color: #978230; }
a { background-color: rgb(151,130,48); }
div.DivClassName
{
background-color: #978230;
}
.BgClassName
{
background-color: #978230;
}
</style>
border-color css
<style>
span { border-color: #978230; }
span { border-color: rgb(151,130,48); }
td.TdClassName
{
border-color: #978230;
}
.TagClassName
{
border-color: #978230;
}
</style>