Shades of Lemon Ginger #96902D
Tints of Lemon Ginger #96902D
RGB
CMYK
RGB Variations
Color information
#96902D (or 0x96902D) is known color: Lemon Ginger. HEX triplet: 96, 90 and 2D. RGB value is (150,144,45). Sum of RGB (Red+Green+Blue) = 150+144+45=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 144 (56.64% from 255 or 42.48% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #96902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96902D is #696FD2. Grayscale: #868686. Windows color (decimal): -6909907 or 2986134. OLE color: 2986134.
HSL color Cylindrical-coordinate representation of color #96902D: hue angle of 56.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #96902D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 45 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.41 |
| HSL | 56.57º | 0.54% | 0.38% | - |
| HSV(B) | 56.57º | 0.7% | 0.59% | - |
| XYZ | 23.02 | 26.62 | 6.41 | - |
| YUV | 134.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 45 | 0 | 0.04 | 0.70 | 0.41 | 56.57 | 0.54 | 0.38 |
| Hex | 96 | 90 | 2D | 0 | 4 | 46 | 29 | 39 | 36 | 26 |
| Octal | 226 | 220 | 55 | 0 | 4 | 106 | 51 | 71 | 66 | 46 |
| Binary | 10010110 | 10010000 | 101101 | 0 | 100 | 1000110 | 101001 | 111001 | 110110 | 100110 |
Color Harmonies of #96902D
Complementary color
Monochromatic Colors of #96902D
Black with #96902D
Text Example
Text Example
White with #96902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96902D; }
p { color: rgb(150,144,45); }
H1.HeaderClassName
{
color: #96902D;
}
.AnyTagClassName
{
color: #96902D;
}
</style>
background-color css
<style>
a { background-color: #96902D; }
a { background-color: rgb(150,144,45); }
div.DivClassName
{
background-color: #96902D;
}
.BgClassName
{
background-color: #96902D;
}
</style>
border-color css
<style>
span { border-color: #96902D; }
span { border-color: rgb(150,144,45); }
td.TdClassName
{
border-color: #96902D;
}
.TagClassName
{
border-color: #96902D;
}
</style>