Shades of Lemon Ginger #968D2B
Tints of Lemon Ginger #968D2B
RGB
CMYK
RGB Variations
Color information
#968D2B (or 0x968D2B) is known color: Lemon Ginger. HEX triplet: 96, 8D and 2B. RGB value is (150,141,43). Sum of RGB (Red+Green+Blue) = 150+141+43=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968D2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D2B is #6972D4. Grayscale: #848484. Windows color (decimal): -6910677 or 2854294. OLE color: 2854294.
HSL color Cylindrical-coordinate representation of color #968D2B: hue angle of 54.95º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #968D2B is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 43 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.41 |
| HSL | 54.95º | 0.55% | 0.38% | - |
| HSV(B) | 54.95º | 0.71% | 0.59% | - |
| XYZ | 22.54 | 25.71 | 6.06 | - |
| YUV | 132.52 | 77.48 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 43 | 0 | 0.06 | 0.71 | 0.41 | 54.95 | 0.55 | 0.38 |
| Hex | 96 | 8D | 2B | 0 | 6 | 47 | 29 | 37 | 37 | 26 |
| Octal | 226 | 215 | 53 | 0 | 6 | 107 | 51 | 67 | 67 | 46 |
| Binary | 10010110 | 10001101 | 101011 | 0 | 110 | 1000111 | 101001 | 110111 | 110111 | 100110 |
Color Harmonies of #968D2B
Complementary color
Monochromatic Colors of #968D2B
Black with #968D2B
Text Example
Text Example
White with #968D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D2B; }
p { color: rgb(150,141,43); }
H1.HeaderClassName
{
color: #968D2B;
}
.AnyTagClassName
{
color: #968D2B;
}
</style>
background-color css
<style>
a { background-color: #968D2B; }
a { background-color: rgb(150,141,43); }
div.DivClassName
{
background-color: #968D2B;
}
.BgClassName
{
background-color: #968D2B;
}
</style>
border-color css
<style>
span { border-color: #968D2B; }
span { border-color: rgb(150,141,43); }
td.TdClassName
{
border-color: #968D2B;
}
.TagClassName
{
border-color: #968D2B;
}
</style>