Shades of Lemon Ginger #968038
Tints of Lemon Ginger #968038
RGB
CMYK
RGB Variations
Color information
#968038 (or 0x968038) is known color: Lemon Ginger. HEX triplet: 96, 80 and 38. RGB value is (150,128,56). Sum of RGB (Red+Green+Blue) = 150+128+56=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968038 is #697FC7. Grayscale: #7E7E7E. Windows color (decimal): -6913992 or 3702934. OLE color: 3702934.
HSL color Cylindrical-coordinate representation of color #968038: hue angle of 45.96º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #968038 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 56 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.41 |
| HSL | 45.96º | 0.46% | 0.4% | - |
| HSV(B) | 45.96º | 0.63% | 0.59% | - |
| XYZ | 21.01 | 22.21 | 6.92 | - |
| YUV | 126.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 56 | 0 | 0.15 | 0.63 | 0.41 | 45.96 | 0.46 | 0.4 |
| Hex | 96 | 80 | 38 | 0 | F | 3F | 29 | 2E | 2E | 28 |
| Octal | 226 | 200 | 70 | 0 | 17 | 77 | 51 | 56 | 56 | 50 |
| Binary | 10010110 | 10000000 | 111000 | 0 | 1111 | 111111 | 101001 | 101110 | 101110 | 101000 |
Color Harmonies of #968038
Complementary color
Monochromatic Colors of #968038
Black with #968038
Text Example
Text Example
White with #968038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968038; }
p { color: rgb(150,128,56); }
H1.HeaderClassName
{
color: #968038;
}
.AnyTagClassName
{
color: #968038;
}
</style>
background-color css
<style>
a { background-color: #968038; }
a { background-color: rgb(150,128,56); }
div.DivClassName
{
background-color: #968038;
}
.BgClassName
{
background-color: #968038;
}
</style>
border-color css
<style>
span { border-color: #968038; }
span { border-color: rgb(150,128,56); }
td.TdClassName
{
border-color: #968038;
}
.TagClassName
{
border-color: #968038;
}
</style>