Shades of Lemon Ginger #978133
Tints of Lemon Ginger #978133
RGB
CMYK
RGB Variations
Color information
#978133 (or 0x978133) is known color: Lemon Ginger. HEX triplet: 97, 81 and 33. RGB value is (151,129,51). Sum of RGB (Red+Green+Blue) = 151+129+51=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #978133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978133 is #687ECC. Grayscale: #7F7F7F. Windows color (decimal): -6848205 or 3375511. OLE color: 3375511.
HSL color Cylindrical-coordinate representation of color #978133: hue angle of 46.8º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #978133 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 129 | 51 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.41 |
| HSL | 46.8º | 0.5% | 0.4% | - |
| HSV(B) | 46.8º | 0.66% | 0.59% | - |
| XYZ | 21.21 | 22.52 | 6.36 | - |
| YUV | 126.69 | 85.29 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 129 | 51 | 0 | 0.15 | 0.66 | 0.41 | 46.8 | 0.5 | 0.4 |
| Hex | 97 | 81 | 33 | 0 | F | 42 | 29 | 2F | 32 | 28 |
| Octal | 227 | 201 | 63 | 0 | 17 | 102 | 51 | 57 | 62 | 50 |
| Binary | 10010111 | 10000001 | 110011 | 0 | 1111 | 1000010 | 101001 | 101111 | 110010 | 101000 |
Color Harmonies of #978133
Complementary color
Monochromatic Colors of #978133
Black with #978133
Text Example
Text Example
White with #978133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978133; }
p { color: rgb(151,129,51); }
H1.HeaderClassName
{
color: #978133;
}
.AnyTagClassName
{
color: #978133;
}
</style>
background-color css
<style>
a { background-color: #978133; }
a { background-color: rgb(151,129,51); }
div.DivClassName
{
background-color: #978133;
}
.BgClassName
{
background-color: #978133;
}
</style>
border-color css
<style>
span { border-color: #978133; }
span { border-color: rgb(151,129,51); }
td.TdClassName
{
border-color: #978133;
}
.TagClassName
{
border-color: #978133;
}
</style>