Shades of Lemon Ginger #9B8436
Tints of Lemon Ginger #9B8436
RGB
CMYK
RGB Variations
Color information
#9B8436 (or 0x9B8436) is known color: Lemon Ginger. HEX triplet: 9B, 84 and 36. RGB value is (155,132,54). Sum of RGB (Red+Green+Blue) = 155+132+54=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8436 is #647BC9. Grayscale: #828282. Windows color (decimal): -6585290 or 3572891. OLE color: 3572891.
HSL color Cylindrical-coordinate representation of color #9B8436: hue angle of 46.34º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B8436 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 132 | 54 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.39 |
| HSL | 46.34º | 0.48% | 0.41% | - |
| HSV(B) | 46.34º | 0.65% | 0.61% | - |
| XYZ | 22.43 | 23.74 | 6.89 | - |
| YUV | 129.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 132 | 54 | 0 | 0.15 | 0.65 | 0.39 | 46.34 | 0.48 | 0.41 |
| Hex | 9B | 84 | 36 | 0 | F | 41 | 27 | 2E | 30 | 29 |
| Octal | 233 | 204 | 66 | 0 | 17 | 101 | 47 | 56 | 60 | 51 |
| Binary | 10011011 | 10000100 | 110110 | 0 | 1111 | 1000001 | 100111 | 101110 | 110000 | 101001 |
Color Harmonies of #9B8436
Complementary color
Monochromatic Colors of #9B8436
Black with #9B8436
Text Example
Text Example
White with #9B8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8436; }
p { color: rgb(155,132,54); }
H1.HeaderClassName
{
color: #9B8436;
}
.AnyTagClassName
{
color: #9B8436;
}
</style>
background-color css
<style>
a { background-color: #9B8436; }
a { background-color: rgb(155,132,54); }
div.DivClassName
{
background-color: #9B8436;
}
.BgClassName
{
background-color: #9B8436;
}
</style>
border-color css
<style>
span { border-color: #9B8436; }
span { border-color: rgb(155,132,54); }
td.TdClassName
{
border-color: #9B8436;
}
.TagClassName
{
border-color: #9B8436;
}
</style>