Shades of Lemon Ginger #96881B
Tints of Lemon Ginger #96881B
RGB
CMYK
RGB Variations
Color information
#96881B (or 0x96881B) is known color: Lemon Ginger. HEX triplet: 96, 88 and 1B. RGB value is (150,136,27). Sum of RGB (Red+Green+Blue) = 150+136+27=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96881B is #6977E4. Grayscale: #808080. Windows color (decimal): -6911973 or 1804438. OLE color: 1804438.
HSL color Cylindrical-coordinate representation of color #96881B: hue angle of 53.17º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96881B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 27 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.41 |
| HSL | 53.17º | 0.69% | 0.35% | - |
| HSV(B) | 53.17º | 0.82% | 0.59% | - |
| XYZ | 21.58 | 24.17 | 4.57 | - |
| YUV | 127.76 | 71.14 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 27 | 0 | 0.09 | 0.82 | 0.41 | 53.17 | 0.69 | 0.35 |
| Hex | 96 | 88 | 1B | 0 | 9 | 52 | 29 | 35 | 45 | 23 |
| Octal | 226 | 210 | 33 | 0 | 11 | 122 | 51 | 65 | 105 | 43 |
| Binary | 10010110 | 10001000 | 11011 | 0 | 1001 | 1010010 | 101001 | 110101 | 1000101 | 100011 |
Color Harmonies of #96881B
Complementary color
Monochromatic Colors of #96881B
Black with #96881B
Text Example
Text Example
White with #96881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96881B; }
p { color: rgb(150,136,27); }
H1.HeaderClassName
{
color: #96881B;
}
.AnyTagClassName
{
color: #96881B;
}
</style>
background-color css
<style>
a { background-color: #96881B; }
a { background-color: rgb(150,136,27); }
div.DivClassName
{
background-color: #96881B;
}
.BgClassName
{
background-color: #96881B;
}
</style>
border-color css
<style>
span { border-color: #96881B; }
span { border-color: rgb(150,136,27); }
td.TdClassName
{
border-color: #96881B;
}
.TagClassName
{
border-color: #96881B;
}
</style>