Shades of Lemon Ginger #968E28
Tints of Lemon Ginger #968E28
RGB
CMYK
RGB Variations
Color information
#968E28 (or 0x968E28) is known color: Lemon Ginger. HEX triplet: 96, 8E and 28. RGB value is (150,142,40). Sum of RGB (Red+Green+Blue) = 150+142+40=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #968E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E28 is #6971D7. Grayscale: #858585. Windows color (decimal): -6910424 or 2657942. OLE color: 2657942.
HSL color Cylindrical-coordinate representation of color #968E28: hue angle of 55.64º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #968E28 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 40 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.41 |
| HSL | 55.64º | 0.58% | 0.37% | - |
| HSV(B) | 55.64º | 0.73% | 0.59% | - |
| XYZ | 22.63 | 25.98 | 5.83 | - |
| YUV | 132.76 | 75.65 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 40 | 0 | 0.05 | 0.73 | 0.41 | 55.64 | 0.58 | 0.37 |
| Hex | 96 | 8E | 28 | 0 | 5 | 49 | 29 | 38 | 3A | 25 |
| Octal | 226 | 216 | 50 | 0 | 5 | 111 | 51 | 70 | 72 | 45 |
| Binary | 10010110 | 10001110 | 101000 | 0 | 101 | 1001001 | 101001 | 111000 | 111010 | 100101 |
Color Harmonies of #968E28
Complementary color
Monochromatic Colors of #968E28
Black with #968E28
Text Example
Text Example
White with #968E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E28; }
p { color: rgb(150,142,40); }
H1.HeaderClassName
{
color: #968E28;
}
.AnyTagClassName
{
color: #968E28;
}
</style>
background-color css
<style>
a { background-color: #968E28; }
a { background-color: rgb(150,142,40); }
div.DivClassName
{
background-color: #968E28;
}
.BgClassName
{
background-color: #968E28;
}
</style>
border-color css
<style>
span { border-color: #968E28; }
span { border-color: rgb(150,142,40); }
td.TdClassName
{
border-color: #968E28;
}
.TagClassName
{
border-color: #968E28;
}
</style>