Shades of Lemon Ginger #968A16
Tints of Lemon Ginger #968A16
RGB
CMYK
RGB Variations
Color information
#968A16 (or 0x968A16) is known color: Lemon Ginger. HEX triplet: 96, 8A and 16. RGB value is (150,138,22). Sum of RGB (Red+Green+Blue) = 150+138+22=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 138 (54.30% from 255 or 44.52% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #968A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968A16 is #6975E9. Grayscale: #808080. Windows color (decimal): -6911466 or 1477270. OLE color: 1477270.
HSL color Cylindrical-coordinate representation of color #968A16: hue angle of 54.38º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #968A16 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 22 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.41 |
| HSL | 54.38º | 0.74% | 0.34% | - |
| HSV(B) | 54.38º | 0.85% | 0.59% | - |
| XYZ | 21.81 | 24.72 | 4.38 | - |
| YUV | 128.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 22 | 0 | 0.08 | 0.85 | 0.41 | 54.38 | 0.74 | 0.34 |
| Hex | 96 | 8A | 16 | 0 | 8 | 55 | 29 | 36 | 4A | 22 |
| Octal | 226 | 212 | 26 | 0 | 10 | 125 | 51 | 66 | 112 | 42 |
| Binary | 10010110 | 10001010 | 10110 | 0 | 1000 | 1010101 | 101001 | 110110 | 1001010 | 100010 |
Color Harmonies of #968A16
Complementary color
Monochromatic Colors of #968A16
Black with #968A16
Text Example
Text Example
White with #968A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A16; }
p { color: rgb(150,138,22); }
H1.HeaderClassName
{
color: #968A16;
}
.AnyTagClassName
{
color: #968A16;
}
</style>
background-color css
<style>
a { background-color: #968A16; }
a { background-color: rgb(150,138,22); }
div.DivClassName
{
background-color: #968A16;
}
.BgClassName
{
background-color: #968A16;
}
</style>
border-color css
<style>
span { border-color: #968A16; }
span { border-color: rgb(150,138,22); }
td.TdClassName
{
border-color: #968A16;
}
.TagClassName
{
border-color: #968A16;
}
</style>