Shades of Lemon Ginger #9B8934
Tints of Lemon Ginger #9B8934
RGB
CMYK
RGB Variations
Color information
#9B8934 (or 0x9B8934) is known color: Lemon Ginger. HEX triplet: 9B, 89 and 34. RGB value is (155,137,52). Sum of RGB (Red+Green+Blue) = 155+137+52=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8934 is #6476CB. Grayscale: #858585. Windows color (decimal): -6584012 or 3443099. OLE color: 3443099.
HSL color Cylindrical-coordinate representation of color #9B8934: hue angle of 49.51º 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 #9B8934 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 52 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.39 |
| HSL | 49.51º | 0.5% | 0.41% | - |
| HSV(B) | 49.51º | 0.66% | 0.61% | - |
| XYZ | 23.08 | 25.11 | 6.88 | - |
| YUV | 132.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 52 | 0 | 0.12 | 0.66 | 0.39 | 49.51 | 0.5 | 0.41 |
| Hex | 9B | 89 | 34 | 0 | C | 42 | 27 | 32 | 32 | 29 |
| Octal | 233 | 211 | 64 | 0 | 14 | 102 | 47 | 62 | 62 | 51 |
| Binary | 10011011 | 10001001 | 110100 | 0 | 1100 | 1000010 | 100111 | 110010 | 110010 | 101001 |
Color Harmonies of #9B8934
Complementary color
Monochromatic Colors of #9B8934
Black with #9B8934
Text Example
Text Example
White with #9B8934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8934; }
p { color: rgb(155,137,52); }
H1.HeaderClassName
{
color: #9B8934;
}
.AnyTagClassName
{
color: #9B8934;
}
</style>
background-color css
<style>
a { background-color: #9B8934; }
a { background-color: rgb(155,137,52); }
div.DivClassName
{
background-color: #9B8934;
}
.BgClassName
{
background-color: #9B8934;
}
</style>
border-color css
<style>
span { border-color: #9B8934; }
span { border-color: rgb(155,137,52); }
td.TdClassName
{
border-color: #9B8934;
}
.TagClassName
{
border-color: #9B8934;
}
</style>