Shades of Lemon Ginger #968223
Tints of Lemon Ginger #968223
RGB
CMYK
RGB Variations
Color information
#968223 (or 0x968223) is known color: Lemon Ginger. HEX triplet: 96, 82 and 23. RGB value is (150,130,35). Sum of RGB (Red+Green+Blue) = 150+130+35=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 35 (14.06% from 255 or 11.11% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #968223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968223 is #697DDC. Grayscale: #7D7D7D. Windows color (decimal): -6913501 or 2327190. OLE color: 2327190.
HSL color Cylindrical-coordinate representation of color #968223: hue angle of 49.57º 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 #968223 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 35 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.41 |
| HSL | 49.57º | 0.62% | 0.36% | - |
| HSV(B) | 49.57º | 0.77% | 0.59% | - |
| XYZ | 20.86 | 22.57 | 4.85 | - |
| YUV | 125.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 35 | 0 | 0.13 | 0.77 | 0.41 | 49.57 | 0.62 | 0.36 |
| Hex | 96 | 82 | 23 | 0 | D | 4D | 29 | 32 | 3E | 24 |
| Octal | 226 | 202 | 43 | 0 | 15 | 115 | 51 | 62 | 76 | 44 |
| Binary | 10010110 | 10000010 | 100011 | 0 | 1101 | 1001101 | 101001 | 110010 | 111110 | 100100 |
Color Harmonies of #968223
Complementary color
Monochromatic Colors of #968223
Black with #968223
Text Example
Text Example
White with #968223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968223; }
p { color: rgb(150,130,35); }
H1.HeaderClassName
{
color: #968223;
}
.AnyTagClassName
{
color: #968223;
}
</style>
background-color css
<style>
a { background-color: #968223; }
a { background-color: rgb(150,130,35); }
div.DivClassName
{
background-color: #968223;
}
.BgClassName
{
background-color: #968223;
}
</style>
border-color css
<style>
span { border-color: #968223; }
span { border-color: rgb(150,130,35); }
td.TdClassName
{
border-color: #968223;
}
.TagClassName
{
border-color: #968223;
}
</style>