Shades of Lemon Ginger #968423
Tints of Lemon Ginger #968423
RGB
CMYK
RGB Variations
Color information
#968423 (or 0x968423) is known color: Lemon Ginger. HEX triplet: 96, 84 and 23. RGB value is (150,132,35). Sum of RGB (Red+Green+Blue) = 150+132+35=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #968423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968423 is #697BDC. Grayscale: #7E7E7E. Windows color (decimal): -6912989 or 2327702. OLE color: 2327702.
HSL color Cylindrical-coordinate representation of color #968423: hue angle of 50.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #968423 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 35 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.41 |
| HSL | 50.61º | 0.62% | 0.36% | - |
| HSV(B) | 50.61º | 0.77% | 0.59% | - |
| XYZ | 21.13 | 23.11 | 4.94 | - |
| YUV | 126.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 35 | 0 | 0.12 | 0.77 | 0.41 | 50.61 | 0.62 | 0.36 |
| Hex | 96 | 84 | 23 | 0 | C | 4D | 29 | 33 | 3E | 24 |
| Octal | 226 | 204 | 43 | 0 | 14 | 115 | 51 | 63 | 76 | 44 |
| Binary | 10010110 | 10000100 | 100011 | 0 | 1100 | 1001101 | 101001 | 110011 | 111110 | 100100 |
Color Harmonies of #968423
Complementary color
Monochromatic Colors of #968423
Black with #968423
Text Example
Text Example
White with #968423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968423; }
p { color: rgb(150,132,35); }
H1.HeaderClassName
{
color: #968423;
}
.AnyTagClassName
{
color: #968423;
}
</style>
background-color css
<style>
a { background-color: #968423; }
a { background-color: rgb(150,132,35); }
div.DivClassName
{
background-color: #968423;
}
.BgClassName
{
background-color: #968423;
}
</style>
border-color css
<style>
span { border-color: #968423; }
span { border-color: rgb(150,132,35); }
td.TdClassName
{
border-color: #968423;
}
.TagClassName
{
border-color: #968423;
}
</style>