Shades of Lemon Ginger #968833
Tints of Lemon Ginger #968833
RGB
CMYK
RGB Variations
Color information
#968833 (or 0x968833) is known color: Lemon Ginger. HEX triplet: 96, 88 and 33. RGB value is (150,136,51). Sum of RGB (Red+Green+Blue) = 150+136+51=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968833 is #6977CC. Grayscale: #828282. Windows color (decimal): -6911949 or 3377302. OLE color: 3377302.
HSL color Cylindrical-coordinate representation of color #968833: hue angle of 51.52º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #968833 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 51 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.41 |
| HSL | 51.52º | 0.49% | 0.39% | - |
| HSV(B) | 51.52º | 0.66% | 0.59% | - |
| XYZ | 21.98 | 24.33 | 6.67 | - |
| YUV | 130.5 | 83.14 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 51 | 0 | 0.09 | 0.66 | 0.41 | 51.52 | 0.49 | 0.39 |
| Hex | 96 | 88 | 33 | 0 | 9 | 42 | 29 | 34 | 31 | 27 |
| Octal | 226 | 210 | 63 | 0 | 11 | 102 | 51 | 64 | 61 | 47 |
| Binary | 10010110 | 10001000 | 110011 | 0 | 1001 | 1000010 | 101001 | 110100 | 110001 | 100111 |
Color Harmonies of #968833
Complementary color
Monochromatic Colors of #968833
Black with #968833
Text Example
Text Example
White with #968833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968833; }
p { color: rgb(150,136,51); }
H1.HeaderClassName
{
color: #968833;
}
.AnyTagClassName
{
color: #968833;
}
</style>
background-color css
<style>
a { background-color: #968833; }
a { background-color: rgb(150,136,51); }
div.DivClassName
{
background-color: #968833;
}
.BgClassName
{
background-color: #968833;
}
</style>
border-color css
<style>
span { border-color: #968833; }
span { border-color: rgb(150,136,51); }
td.TdClassName
{
border-color: #968833;
}
.TagClassName
{
border-color: #968833;
}
</style>