Shades of Lemon Ginger #968C1F
Tints of Lemon Ginger #968C1F
RGB
CMYK
RGB Variations
Color information
#968C1F (or 0x968C1F) is known color: Lemon Ginger. HEX triplet: 96, 8C and 1F. RGB value is (150,140,31). Sum of RGB (Red+Green+Blue) = 150+140+31=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #968C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C1F is #6973E0. Grayscale: #838383. Windows color (decimal): -6910945 or 2067606. OLE color: 2067606.
HSL color Cylindrical-coordinate representation of color #968C1F: hue angle of 54.96º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #968C1F is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 31 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.41 |
| HSL | 54.96º | 0.66% | 0.35% | - |
| HSV(B) | 54.96º | 0.79% | 0.59% | - |
| XYZ | 22.2 | 25.34 | 5.02 | - |
| YUV | 130.56 | 71.81 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 31 | 0 | 0.07 | 0.79 | 0.41 | 54.96 | 0.66 | 0.35 |
| Hex | 96 | 8C | 1F | 0 | 7 | 4F | 29 | 37 | 42 | 23 |
| Octal | 226 | 214 | 37 | 0 | 7 | 117 | 51 | 67 | 102 | 43 |
| Binary | 10010110 | 10001100 | 11111 | 0 | 111 | 1001111 | 101001 | 110111 | 1000010 | 100011 |
Color Harmonies of #968C1F
Complementary color
Monochromatic Colors of #968C1F
Black with #968C1F
Text Example
Text Example
White with #968C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C1F; }
p { color: rgb(150,140,31); }
H1.HeaderClassName
{
color: #968C1F;
}
.AnyTagClassName
{
color: #968C1F;
}
</style>
background-color css
<style>
a { background-color: #968C1F; }
a { background-color: rgb(150,140,31); }
div.DivClassName
{
background-color: #968C1F;
}
.BgClassName
{
background-color: #968C1F;
}
</style>
border-color css
<style>
span { border-color: #968C1F; }
span { border-color: rgb(150,140,31); }
td.TdClassName
{
border-color: #968C1F;
}
.TagClassName
{
border-color: #968C1F;
}
</style>