Shades of Lemon Ginger #958726
Tints of Lemon Ginger #958726
RGB
CMYK
RGB Variations
Color information
#958726 (or 0x958726) is known color: Lemon Ginger. HEX triplet: 95, 87 and 26. RGB value is (149,135,38). Sum of RGB (Red+Green+Blue) = 149+135+38=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #958726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958726 is #6A78D9. Grayscale: #808080. Windows color (decimal): -6977754 or 2525077. OLE color: 2525077.
HSL color Cylindrical-coordinate representation of color #958726: hue angle of 52.43º 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 #958726 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 38 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.42 |
| HSL | 52.43º | 0.59% | 0.37% | - |
| HSV(B) | 52.43º | 0.74% | 0.58% | - |
| XYZ | 21.41 | 23.86 | 5.31 | - |
| YUV | 128.13 | 77.14 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 38 | 0 | 0.09 | 0.74 | 0.42 | 52.43 | 0.59 | 0.37 |
| Hex | 95 | 87 | 26 | 0 | 9 | 4A | 2A | 34 | 3B | 25 |
| Octal | 225 | 207 | 46 | 0 | 11 | 112 | 52 | 64 | 73 | 45 |
| Binary | 10010101 | 10000111 | 100110 | 0 | 1001 | 1001010 | 101010 | 110100 | 111011 | 100101 |
Color Harmonies of #958726
Complementary color
Monochromatic Colors of #958726
Black with #958726
Text Example
Text Example
White with #958726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958726; }
p { color: rgb(149,135,38); }
H1.HeaderClassName
{
color: #958726;
}
.AnyTagClassName
{
color: #958726;
}
</style>
background-color css
<style>
a { background-color: #958726; }
a { background-color: rgb(149,135,38); }
div.DivClassName
{
background-color: #958726;
}
.BgClassName
{
background-color: #958726;
}
</style>
border-color css
<style>
span { border-color: #958726; }
span { border-color: rgb(149,135,38); }
td.TdClassName
{
border-color: #958726;
}
.TagClassName
{
border-color: #958726;
}
</style>