Shades of Lemon Ginger #958912
Tints of Lemon Ginger #958912
RGB
CMYK
RGB Variations
Color information
#958912 (or 0x958912) is known color: Lemon Ginger. HEX triplet: 95, 89 and 12. RGB value is (149,137,18). Sum of RGB (Red+Green+Blue) = 149+137+18=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #958912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958912 is #6A76ED. Grayscale: #7F7F7F. Windows color (decimal): -6977262 or 1214869. OLE color: 1214869.
HSL color Cylindrical-coordinate representation of color #958912: hue angle of 54.5º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #958912 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 18 | - |
| CMYK | 0 | 0.08 | 0.88 | 0.42 |
| HSL | 54.5º | 0.78% | 0.33% | - |
| HSV(B) | 54.5º | 0.88% | 0.58% | - |
| XYZ | 21.45 | 24.32 | 4.14 | - |
| YUV | 127.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 18 | 0 | 0.08 | 0.88 | 0.42 | 54.5 | 0.78 | 0.33 |
| Hex | 95 | 89 | 12 | 0 | 8 | 58 | 2A | 37 | 4E | 21 |
| Octal | 225 | 211 | 22 | 0 | 10 | 130 | 52 | 67 | 116 | 41 |
| Binary | 10010101 | 10001001 | 10010 | 0 | 1000 | 1011000 | 101010 | 110111 | 1001110 | 100001 |
Color Harmonies of #958912
Complementary color
Monochromatic Colors of #958912
Black with #958912
Text Example
Text Example
White with #958912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958912; }
p { color: rgb(149,137,18); }
H1.HeaderClassName
{
color: #958912;
}
.AnyTagClassName
{
color: #958912;
}
</style>
background-color css
<style>
a { background-color: #958912; }
a { background-color: rgb(149,137,18); }
div.DivClassName
{
background-color: #958912;
}
.BgClassName
{
background-color: #958912;
}
</style>
border-color css
<style>
span { border-color: #958912; }
span { border-color: rgb(149,137,18); }
td.TdClassName
{
border-color: #958912;
}
.TagClassName
{
border-color: #958912;
}
</style>