Shades of Lemon Ginger #968C10
Tints of Lemon Ginger #968C10
RGB
CMYK
RGB Variations
Color information
#968C10 (or 0x968C10) is known color: Lemon Ginger. HEX triplet: 96, 8C and 10. RGB value is (150,140,16). Sum of RGB (Red+Green+Blue) = 150+140+16=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #968C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C10 is #6973EF. Grayscale: #818181. Windows color (decimal): -6910960 or 1084566. OLE color: 1084566.
HSL color Cylindrical-coordinate representation of color #968C10: hue angle of 55.52º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #968C10 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 16 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.41 |
| HSL | 55.52º | 0.81% | 0.33% | - |
| HSV(B) | 55.52º | 0.89% | 0.59% | - |
| XYZ | 22.05 | 25.28 | 4.21 | - |
| YUV | 128.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 16 | 0 | 0.07 | 0.89 | 0.41 | 55.52 | 0.81 | 0.33 |
| Hex | 96 | 8C | 10 | 0 | 7 | 59 | 29 | 38 | 51 | 21 |
| Octal | 226 | 214 | 20 | 0 | 7 | 131 | 51 | 70 | 121 | 41 |
| Binary | 10010110 | 10001100 | 10000 | 0 | 111 | 1011001 | 101001 | 111000 | 1010001 | 100001 |
Color Harmonies of #968C10
Complementary color
Monochromatic Colors of #968C10
Black with #968C10
Text Example
Text Example
White with #968C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C10; }
p { color: rgb(150,140,16); }
H1.HeaderClassName
{
color: #968C10;
}
.AnyTagClassName
{
color: #968C10;
}
</style>
background-color css
<style>
a { background-color: #968C10; }
a { background-color: rgb(150,140,16); }
div.DivClassName
{
background-color: #968C10;
}
.BgClassName
{
background-color: #968C10;
}
</style>
border-color css
<style>
span { border-color: #968C10; }
span { border-color: rgb(150,140,16); }
td.TdClassName
{
border-color: #968C10;
}
.TagClassName
{
border-color: #968C10;
}
</style>