Shades of Lemon Ginger #968C2B
Tints of Lemon Ginger #968C2B
RGB
CMYK
RGB Variations
Color information
#968C2B (or 0x968C2B) is known color: Lemon Ginger. HEX triplet: 96, 8C and 2B. RGB value is (150,140,43). Sum of RGB (Red+Green+Blue) = 150+140+43=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968C2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C2B is #6973D4. Grayscale: #848484. Windows color (decimal): -6910933 or 2854038. OLE color: 2854038.
HSL color Cylindrical-coordinate representation of color #968C2B: hue angle of 54.39º 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 #968C2B is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 43 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.41 |
| HSL | 54.39º | 0.55% | 0.38% | - |
| HSV(B) | 54.39º | 0.71% | 0.59% | - |
| XYZ | 22.39 | 25.41 | 6.01 | - |
| YUV | 131.93 | 77.81 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 43 | 0 | 0.07 | 0.71 | 0.41 | 54.39 | 0.55 | 0.38 |
| Hex | 96 | 8C | 2B | 0 | 7 | 47 | 29 | 36 | 37 | 26 |
| Octal | 226 | 214 | 53 | 0 | 7 | 107 | 51 | 66 | 67 | 46 |
| Binary | 10010110 | 10001100 | 101011 | 0 | 111 | 1000111 | 101001 | 110110 | 110111 | 100110 |
Color Harmonies of #968C2B
Complementary color
Monochromatic Colors of #968C2B
Black with #968C2B
Text Example
Text Example
White with #968C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C2B; }
p { color: rgb(150,140,43); }
H1.HeaderClassName
{
color: #968C2B;
}
.AnyTagClassName
{
color: #968C2B;
}
</style>
background-color css
<style>
a { background-color: #968C2B; }
a { background-color: rgb(150,140,43); }
div.DivClassName
{
background-color: #968C2B;
}
.BgClassName
{
background-color: #968C2B;
}
</style>
border-color css
<style>
span { border-color: #968C2B; }
span { border-color: rgb(150,140,43); }
td.TdClassName
{
border-color: #968C2B;
}
.TagClassName
{
border-color: #968C2B;
}
</style>