Shades of Lemon Ginger #958A16
Tints of Lemon Ginger #958A16
RGB
CMYK
RGB Variations
Color information
#958A16 (or 0x958A16) is known color: Lemon Ginger. HEX triplet: 95, 8A and 16. RGB value is (149,138,22). Sum of RGB (Red+Green+Blue) = 149+138+22=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #958A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A16 is #6A75E9. Grayscale: #808080. Windows color (decimal): -6977002 or 1477269. OLE color: 1477269.
HSL color Cylindrical-coordinate representation of color #958A16: hue angle of 54.8º 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 #958A16 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 22 | - |
| CMYK | 0 | 0.07 | 0.85 | 0.42 |
| HSL | 54.8º | 0.74% | 0.34% | - |
| HSV(B) | 54.8º | 0.85% | 0.58% | - |
| XYZ | 21.63 | 24.62 | 4.37 | - |
| YUV | 128.07 | 68.14 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 22 | 0 | 0.07 | 0.85 | 0.42 | 54.8 | 0.74 | 0.34 |
| Hex | 95 | 8A | 16 | 0 | 7 | 55 | 2A | 37 | 4A | 22 |
| Octal | 225 | 212 | 26 | 0 | 7 | 125 | 52 | 67 | 112 | 42 |
| Binary | 10010101 | 10001010 | 10110 | 0 | 111 | 1010101 | 101010 | 110111 | 1001010 | 100010 |
Color Harmonies of #958A16
Complementary color
Monochromatic Colors of #958A16
Black with #958A16
Text Example
Text Example
White with #958A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A16; }
p { color: rgb(149,138,22); }
H1.HeaderClassName
{
color: #958A16;
}
.AnyTagClassName
{
color: #958A16;
}
</style>
background-color css
<style>
a { background-color: #958A16; }
a { background-color: rgb(149,138,22); }
div.DivClassName
{
background-color: #958A16;
}
.BgClassName
{
background-color: #958A16;
}
</style>
border-color css
<style>
span { border-color: #958A16; }
span { border-color: rgb(149,138,22); }
td.TdClassName
{
border-color: #958A16;
}
.TagClassName
{
border-color: #958A16;
}
</style>