Shades of Lemon Ginger #9B8935
Tints of Lemon Ginger #9B8935
RGB
CMYK
RGB Variations
Color information
#9B8935 (or 0x9B8935) is known color: Lemon Ginger. HEX triplet: 9B, 89 and 35. RGB value is (155,137,53). Sum of RGB (Red+Green+Blue) = 155+137+53=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8935 is #6476CA. Grayscale: #858585. Windows color (decimal): -6584011 or 3508635. OLE color: 3508635.
HSL color Cylindrical-coordinate representation of color #9B8935: hue angle of 49.41º degrees, saturation: 0.49, 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 #9B8935 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 53 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.39 |
| HSL | 49.41º | 0.49% | 0.41% | - |
| HSV(B) | 49.41º | 0.66% | 0.61% | - |
| XYZ | 23.11 | 25.12 | 7 | - |
| YUV | 132.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 53 | 0 | 0.12 | 0.66 | 0.39 | 49.41 | 0.49 | 0.41 |
| Hex | 9B | 89 | 35 | 0 | C | 42 | 27 | 31 | 31 | 29 |
| Octal | 233 | 211 | 65 | 0 | 14 | 102 | 47 | 61 | 61 | 51 |
| Binary | 10011011 | 10001001 | 110101 | 0 | 1100 | 1000010 | 100111 | 110001 | 110001 | 101001 |
Color Harmonies of #9B8935
Complementary color
Monochromatic Colors of #9B8935
Black with #9B8935
Text Example
Text Example
White with #9B8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8935; }
p { color: rgb(155,137,53); }
H1.HeaderClassName
{
color: #9B8935;
}
.AnyTagClassName
{
color: #9B8935;
}
</style>
background-color css
<style>
a { background-color: #9B8935; }
a { background-color: rgb(155,137,53); }
div.DivClassName
{
background-color: #9B8935;
}
.BgClassName
{
background-color: #9B8935;
}
</style>
border-color css
<style>
span { border-color: #9B8935; }
span { border-color: rgb(155,137,53); }
td.TdClassName
{
border-color: #9B8935;
}
.TagClassName
{
border-color: #9B8935;
}
</style>