Shades of Lemon Ginger #958226
Tints of Lemon Ginger #958226
RGB
CMYK
RGB Variations
Color information
#958226 (or 0x958226) is known color: Lemon Ginger. HEX triplet: 95, 82 and 26. RGB value is (149,130,38). Sum of RGB (Red+Green+Blue) = 149+130+38=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #958226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958226 is #6A7DD9. Grayscale: #7D7D7D. Windows color (decimal): -6979034 or 2523797. OLE color: 2523797.
HSL color Cylindrical-coordinate representation of color #958226: hue angle of 49.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #958226 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 38 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.42 |
| HSL | 49.73º | 0.59% | 0.37% | - |
| HSV(B) | 49.73º | 0.74% | 0.58% | - |
| XYZ | 20.73 | 22.49 | 5.08 | - |
| YUV | 125.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 38 | 0 | 0.13 | 0.74 | 0.42 | 49.73 | 0.59 | 0.37 |
| Hex | 95 | 82 | 26 | 0 | D | 4A | 2A | 32 | 3B | 25 |
| Octal | 225 | 202 | 46 | 0 | 15 | 112 | 52 | 62 | 73 | 45 |
| Binary | 10010101 | 10000010 | 100110 | 0 | 1101 | 1001010 | 101010 | 110010 | 111011 | 100101 |
Color Harmonies of #958226
Complementary color
Monochromatic Colors of #958226
Black with #958226
Text Example
Text Example
White with #958226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958226; }
p { color: rgb(149,130,38); }
H1.HeaderClassName
{
color: #958226;
}
.AnyTagClassName
{
color: #958226;
}
</style>
background-color css
<style>
a { background-color: #958226; }
a { background-color: rgb(149,130,38); }
div.DivClassName
{
background-color: #958226;
}
.BgClassName
{
background-color: #958226;
}
</style>
border-color css
<style>
span { border-color: #958226; }
span { border-color: rgb(149,130,38); }
td.TdClassName
{
border-color: #958226;
}
.TagClassName
{
border-color: #958226;
}
</style>