Shades of Lemon Ginger #958C16
Tints of Lemon Ginger #958C16
RGB
CMYK
RGB Variations
Color information
#958C16 (or 0x958C16) is known color: Lemon Ginger. HEX triplet: 95, 8C and 16. RGB value is (149,140,22). Sum of RGB (Red+Green+Blue) = 149+140+22=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #958C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958C16 is #6A73E9. Grayscale: #818181. Windows color (decimal): -6976490 or 1477781. OLE color: 1477781.
HSL color Cylindrical-coordinate representation of color #958C16: hue angle of 55.75º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #958C16 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 22 | - |
| CMYK | 0 | 0.06 | 0.85 | 0.42 |
| HSL | 55.75º | 0.74% | 0.34% | - |
| HSV(B) | 55.75º | 0.85% | 0.58% | - |
| XYZ | 21.92 | 25.2 | 4.47 | - |
| YUV | 129.24 | 67.48 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 22 | 0 | 0.06 | 0.85 | 0.42 | 55.75 | 0.74 | 0.34 |
| Hex | 95 | 8C | 16 | 0 | 6 | 55 | 2A | 38 | 4A | 22 |
| Octal | 225 | 214 | 26 | 0 | 6 | 125 | 52 | 70 | 112 | 42 |
| Binary | 10010101 | 10001100 | 10110 | 0 | 110 | 1010101 | 101010 | 111000 | 1001010 | 100010 |
Color Harmonies of #958C16
Complementary color
Monochromatic Colors of #958C16
Black with #958C16
Text Example
Text Example
White with #958C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C16; }
p { color: rgb(149,140,22); }
H1.HeaderClassName
{
color: #958C16;
}
.AnyTagClassName
{
color: #958C16;
}
</style>
background-color css
<style>
a { background-color: #958C16; }
a { background-color: rgb(149,140,22); }
div.DivClassName
{
background-color: #958C16;
}
.BgClassName
{
background-color: #958C16;
}
</style>
border-color css
<style>
span { border-color: #958C16; }
span { border-color: rgb(149,140,22); }
td.TdClassName
{
border-color: #958C16;
}
.TagClassName
{
border-color: #958C16;
}
</style>