Shades of Lemon Ginger #9B8634
Tints of Lemon Ginger #9B8634
RGB
CMYK
RGB Variations
Color information
#9B8634 (or 0x9B8634) is known color: Lemon Ginger. HEX triplet: 9B, 86 and 34. RGB value is (155,134,52). Sum of RGB (Red+Green+Blue) = 155+134+52=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8634 is #6479CB. Grayscale: #838383. Windows color (decimal): -6584780 or 3442331. OLE color: 3442331.
HSL color Cylindrical-coordinate representation of color #9B8634: hue angle of 47.77º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B8634 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 52 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.39 |
| HSL | 47.77º | 0.5% | 0.41% | - |
| HSV(B) | 47.77º | 0.66% | 0.61% | - |
| XYZ | 22.66 | 24.27 | 6.74 | - |
| YUV | 130.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 52 | 0 | 0.14 | 0.66 | 0.39 | 47.77 | 0.5 | 0.41 |
| Hex | 9B | 86 | 34 | 0 | E | 42 | 27 | 30 | 32 | 29 |
| Octal | 233 | 206 | 64 | 0 | 16 | 102 | 47 | 60 | 62 | 51 |
| Binary | 10011011 | 10000110 | 110100 | 0 | 1110 | 1000010 | 100111 | 110000 | 110010 | 101001 |
Color Harmonies of #9B8634
Complementary color
Monochromatic Colors of #9B8634
Black with #9B8634
Text Example
Text Example
White with #9B8634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8634; }
p { color: rgb(155,134,52); }
H1.HeaderClassName
{
color: #9B8634;
}
.AnyTagClassName
{
color: #9B8634;
}
</style>
background-color css
<style>
a { background-color: #9B8634; }
a { background-color: rgb(155,134,52); }
div.DivClassName
{
background-color: #9B8634;
}
.BgClassName
{
background-color: #9B8634;
}
</style>
border-color css
<style>
span { border-color: #9B8634; }
span { border-color: rgb(155,134,52); }
td.TdClassName
{
border-color: #9B8634;
}
.TagClassName
{
border-color: #9B8634;
}
</style>