Shades of Lemon Ginger #9B862F
Tints of Lemon Ginger #9B862F
RGB
CMYK
RGB Variations
Color information
#9B862F (or 0x9B862F) is known color: Lemon Ginger. HEX triplet: 9B, 86 and 2F. RGB value is (155,134,47). Sum of RGB (Red+Green+Blue) = 155+134+47=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B862F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B862F is #6479D0. Grayscale: #828282. Windows color (decimal): -6584785 or 3114651. OLE color: 3114651.
HSL color Cylindrical-coordinate representation of color #9B862F: hue angle of 48.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B862F is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 47 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.39 |
| HSL | 48.33º | 0.53% | 0.4% | - |
| HSV(B) | 48.33º | 0.7% | 0.61% | - |
| XYZ | 22.56 | 24.22 | 6.18 | - |
| YUV | 130.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 47 | 0 | 0.14 | 0.70 | 0.39 | 48.33 | 0.53 | 0.4 |
| Hex | 9B | 86 | 2F | 0 | E | 46 | 27 | 30 | 35 | 28 |
| Octal | 233 | 206 | 57 | 0 | 16 | 106 | 47 | 60 | 65 | 50 |
| Binary | 10011011 | 10000110 | 101111 | 0 | 1110 | 1000110 | 100111 | 110000 | 110101 | 101000 |
Color Harmonies of #9B862F
Complementary color
Monochromatic Colors of #9B862F
Black with #9B862F
Text Example
Text Example
White with #9B862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B862F; }
p { color: rgb(155,134,47); }
H1.HeaderClassName
{
color: #9B862F;
}
.AnyTagClassName
{
color: #9B862F;
}
</style>
background-color css
<style>
a { background-color: #9B862F; }
a { background-color: rgb(155,134,47); }
div.DivClassName
{
background-color: #9B862F;
}
.BgClassName
{
background-color: #9B862F;
}
</style>
border-color css
<style>
span { border-color: #9B862F; }
span { border-color: rgb(155,134,47); }
td.TdClassName
{
border-color: #9B862F;
}
.TagClassName
{
border-color: #9B862F;
}
</style>