Shades of Lemon Ginger #968325
Tints of Lemon Ginger #968325
RGB
CMYK
RGB Variations
Color information
#968325 (or 0x968325) is known color: Lemon Ginger. HEX triplet: 96, 83 and 25. RGB value is (150,131,37). Sum of RGB (Red+Green+Blue) = 150+131+37=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #968325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968325 is #697CDA. Grayscale: #7E7E7E. Windows color (decimal): -6913243 or 2458518. OLE color: 2458518.
HSL color Cylindrical-coordinate representation of color #968325: hue angle of 49.91º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #968325 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 37 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.41 |
| HSL | 49.91º | 0.6% | 0.37% | - |
| HSV(B) | 49.91º | 0.75% | 0.59% | - |
| XYZ | 21.03 | 22.85 | 5.05 | - |
| YUV | 125.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 37 | 0 | 0.13 | 0.75 | 0.41 | 49.91 | 0.6 | 0.37 |
| Hex | 96 | 83 | 25 | 0 | D | 4B | 29 | 32 | 3C | 25 |
| Octal | 226 | 203 | 45 | 0 | 15 | 113 | 51 | 62 | 74 | 45 |
| Binary | 10010110 | 10000011 | 100101 | 0 | 1101 | 1001011 | 101001 | 110010 | 111100 | 100101 |
Color Harmonies of #968325
Complementary color
Monochromatic Colors of #968325
Black with #968325
Text Example
Text Example
White with #968325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968325; }
p { color: rgb(150,131,37); }
H1.HeaderClassName
{
color: #968325;
}
.AnyTagClassName
{
color: #968325;
}
</style>
background-color css
<style>
a { background-color: #968325; }
a { background-color: rgb(150,131,37); }
div.DivClassName
{
background-color: #968325;
}
.BgClassName
{
background-color: #968325;
}
</style>
border-color css
<style>
span { border-color: #968325; }
span { border-color: rgb(150,131,37); }
td.TdClassName
{
border-color: #968325;
}
.TagClassName
{
border-color: #968325;
}
</style>