Shades of Lemon Ginger #967F23
Tints of Lemon Ginger #967F23
RGB
CMYK
RGB Variations
Color information
#967F23 (or 0x967F23) is known color: Lemon Ginger. HEX triplet: 96, 7F and 23. RGB value is (150,127,35). Sum of RGB (Red+Green+Blue) = 150+127+35=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #967F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F23 is #6980DC. Grayscale: #7B7B7B. Windows color (decimal): -6914269 or 2326422. OLE color: 2326422.
HSL color Cylindrical-coordinate representation of color #967F23: hue angle of 48º 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 #967F23 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 35 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.41 |
| HSL | 48º | 0.62% | 0.36% | - |
| HSV(B) | 48º | 0.77% | 0.59% | - |
| XYZ | 20.47 | 21.78 | 4.72 | - |
| YUV | 123.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 35 | 0 | 0.15 | 0.77 | 0.41 | 48 | 0.62 | 0.36 |
| Hex | 96 | 7F | 23 | 0 | F | 4D | 29 | 30 | 3E | 24 |
| Octal | 226 | 177 | 43 | 0 | 17 | 115 | 51 | 60 | 76 | 44 |
| Binary | 10010110 | 1111111 | 100011 | 0 | 1111 | 1001101 | 101001 | 110000 | 111110 | 100100 |
Color Harmonies of #967F23
Complementary color
Monochromatic Colors of #967F23
Black with #967F23
Text Example
Text Example
White with #967F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F23; }
p { color: rgb(150,127,35); }
H1.HeaderClassName
{
color: #967F23;
}
.AnyTagClassName
{
color: #967F23;
}
</style>
background-color css
<style>
a { background-color: #967F23; }
a { background-color: rgb(150,127,35); }
div.DivClassName
{
background-color: #967F23;
}
.BgClassName
{
background-color: #967F23;
}
</style>
border-color css
<style>
span { border-color: #967F23; }
span { border-color: rgb(150,127,35); }
td.TdClassName
{
border-color: #967F23;
}
.TagClassName
{
border-color: #967F23;
}
</style>