Shades of Lemon Ginger #968023
Tints of Lemon Ginger #968023
RGB
CMYK
RGB Variations
Color information
#968023 (or 0x968023) is known color: Lemon Ginger. HEX triplet: 96, 80 and 23. RGB value is (150,128,35). Sum of RGB (Red+Green+Blue) = 150+128+35=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #968023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968023 is #697FDC. Grayscale: #7C7C7C. Windows color (decimal): -6914013 or 2326678. OLE color: 2326678.
HSL color Cylindrical-coordinate representation of color #968023: hue angle of 48.52º 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 #968023 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 35 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.41 |
| HSL | 48.52º | 0.62% | 0.36% | - |
| HSV(B) | 48.52º | 0.77% | 0.59% | - |
| XYZ | 20.6 | 22.04 | 4.76 | - |
| YUV | 123.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 35 | 0 | 0.15 | 0.77 | 0.41 | 48.52 | 0.62 | 0.36 |
| Hex | 96 | 80 | 23 | 0 | F | 4D | 29 | 31 | 3E | 24 |
| Octal | 226 | 200 | 43 | 0 | 17 | 115 | 51 | 61 | 76 | 44 |
| Binary | 10010110 | 10000000 | 100011 | 0 | 1111 | 1001101 | 101001 | 110001 | 111110 | 100100 |
Color Harmonies of #968023
Complementary color
Monochromatic Colors of #968023
Black with #968023
Text Example
Text Example
White with #968023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968023; }
p { color: rgb(150,128,35); }
H1.HeaderClassName
{
color: #968023;
}
.AnyTagClassName
{
color: #968023;
}
</style>
background-color css
<style>
a { background-color: #968023; }
a { background-color: rgb(150,128,35); }
div.DivClassName
{
background-color: #968023;
}
.BgClassName
{
background-color: #968023;
}
</style>
border-color css
<style>
span { border-color: #968023; }
span { border-color: rgb(150,128,35); }
td.TdClassName
{
border-color: #968023;
}
.TagClassName
{
border-color: #968023;
}
</style>