Shades of Lemon Ginger #968C2F
Tints of Lemon Ginger #968C2F
RGB
CMYK
RGB Variations
Color information
#968C2F (or 0x968C2F) is known color: Lemon Ginger. HEX triplet: 96, 8C and 2F. RGB value is (150,140,47). Sum of RGB (Red+Green+Blue) = 150+140+47=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C2F is #6973D0. Grayscale: #848484. Windows color (decimal): -6910929 or 3116182. OLE color: 3116182.
HSL color Cylindrical-coordinate representation of color #968C2F: hue angle of 54.17º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #968C2F is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 47 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.41 |
| HSL | 54.17º | 0.52% | 0.39% | - |
| HSV(B) | 54.17º | 0.69% | 0.59% | - |
| XYZ | 22.47 | 25.45 | 6.42 | - |
| YUV | 132.39 | 79.81 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 47 | 0 | 0.07 | 0.69 | 0.41 | 54.17 | 0.52 | 0.39 |
| Hex | 96 | 8C | 2F | 0 | 7 | 45 | 29 | 36 | 34 | 27 |
| Octal | 226 | 214 | 57 | 0 | 7 | 105 | 51 | 66 | 64 | 47 |
| Binary | 10010110 | 10001100 | 101111 | 0 | 111 | 1000101 | 101001 | 110110 | 110100 | 100111 |
Color Harmonies of #968C2F
Complementary color
Monochromatic Colors of #968C2F
Black with #968C2F
Text Example
Text Example
White with #968C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C2F; }
p { color: rgb(150,140,47); }
H1.HeaderClassName
{
color: #968C2F;
}
.AnyTagClassName
{
color: #968C2F;
}
</style>
background-color css
<style>
a { background-color: #968C2F; }
a { background-color: rgb(150,140,47); }
div.DivClassName
{
background-color: #968C2F;
}
.BgClassName
{
background-color: #968C2F;
}
</style>
border-color css
<style>
span { border-color: #968C2F; }
span { border-color: rgb(150,140,47); }
td.TdClassName
{
border-color: #968C2F;
}
.TagClassName
{
border-color: #968C2F;
}
</style>