Shades of Lemon Ginger #968B0F
Tints of Lemon Ginger #968B0F
RGB
CMYK
RGB Variations
Color information
#968B0F (or 0x968B0F) is known color: Lemon Ginger. HEX triplet: 96, 8B and 0F. RGB value is (150,139,15). Sum of RGB (Red+Green+Blue) = 150+139+15=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #968B0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968B0F is #6974F0. Grayscale: #808080. Windows color (decimal): -6911217 or 1018774. OLE color: 1018774.
HSL color Cylindrical-coordinate representation of color #968B0F: hue angle of 55.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #968B0F is Cyan = 0, Magento = 0.07, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 15 | - |
| CMYK | 0 | 0.07 | 0.9 | 0.41 |
| HSL | 55.11º | 0.82% | 0.32% | - |
| HSV(B) | 55.11º | 0.9% | 0.59% | - |
| XYZ | 21.9 | 24.98 | 4.12 | - |
| YUV | 128.15 | 64.14 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 15 | 0 | 0.07 | 0.9 | 0.41 | 55.11 | 0.82 | 0.32 |
| Hex | 96 | 8B | F | 0 | 7 | 5A | 29 | 37 | 52 | 20 |
| Octal | 226 | 213 | 17 | 0 | 7 | 132 | 51 | 67 | 122 | 40 |
| Binary | 10010110 | 10001011 | 1111 | 0 | 111 | 1011010 | 101001 | 110111 | 1010010 | 100000 |
Color Harmonies of #968B0F
Complementary color
Monochromatic Colors of #968B0F
Black with #968B0F
Text Example
Text Example
White with #968B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B0F; }
p { color: rgb(150,139,15); }
H1.HeaderClassName
{
color: #968B0F;
}
.AnyTagClassName
{
color: #968B0F;
}
</style>
background-color css
<style>
a { background-color: #968B0F; }
a { background-color: rgb(150,139,15); }
div.DivClassName
{
background-color: #968B0F;
}
.BgClassName
{
background-color: #968B0F;
}
</style>
border-color css
<style>
span { border-color: #968B0F; }
span { border-color: rgb(150,139,15); }
td.TdClassName
{
border-color: #968B0F;
}
.TagClassName
{
border-color: #968B0F;
}
</style>