Shades of Lemon Ginger #978A2B
Tints of Lemon Ginger #978A2B
RGB
CMYK
RGB Variations
Color information
#978A2B (or 0x978A2B) is known color: Lemon Ginger. HEX triplet: 97, 8A and 2B. RGB value is (151,138,43). Sum of RGB (Red+Green+Blue) = 151+138+43=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #978A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A2B is #6875D4. Grayscale: #838383. Windows color (decimal): -6845909 or 2853527. OLE color: 2853527.
HSL color Cylindrical-coordinate representation of color #978A2B: hue angle of 52.78º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #978A2B is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 138 | 43 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.41 |
| HSL | 52.78º | 0.56% | 0.38% | - |
| HSV(B) | 52.78º | 0.72% | 0.59% | - |
| XYZ | 22.29 | 24.93 | 5.92 | - |
| YUV | 131.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 138 | 43 | 0 | 0.09 | 0.72 | 0.41 | 52.78 | 0.56 | 0.38 |
| Hex | 97 | 8A | 2B | 0 | 9 | 48 | 29 | 35 | 38 | 26 |
| Octal | 227 | 212 | 53 | 0 | 11 | 110 | 51 | 65 | 70 | 46 |
| Binary | 10010111 | 10001010 | 101011 | 0 | 1001 | 1001000 | 101001 | 110101 | 111000 | 100110 |
Color Harmonies of #978A2B
Complementary color
Monochromatic Colors of #978A2B
Black with #978A2B
Text Example
Text Example
White with #978A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978A2B; }
p { color: rgb(151,138,43); }
H1.HeaderClassName
{
color: #978A2B;
}
.AnyTagClassName
{
color: #978A2B;
}
</style>
background-color css
<style>
a { background-color: #978A2B; }
a { background-color: rgb(151,138,43); }
div.DivClassName
{
background-color: #978A2B;
}
.BgClassName
{
background-color: #978A2B;
}
</style>
border-color css
<style>
span { border-color: #978A2B; }
span { border-color: rgb(151,138,43); }
td.TdClassName
{
border-color: #978A2B;
}
.TagClassName
{
border-color: #978A2B;
}
</style>