Shades of Lemon Ginger #9B8931
Tints of Lemon Ginger #9B8931
RGB
CMYK
RGB Variations
Color information
#9B8931 (or 0x9B8931) is known color: Lemon Ginger. HEX triplet: 9B, 89 and 31. RGB value is (155,137,49). Sum of RGB (Red+Green+Blue) = 155+137+49=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8931 is #6476CE. Grayscale: #848484. Windows color (decimal): -6584015 or 3246491. OLE color: 3246491.
HSL color Cylindrical-coordinate representation of color #9B8931: hue angle of 49.81º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B8931 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 49 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.39 |
| HSL | 49.81º | 0.52% | 0.4% | - |
| HSV(B) | 49.81º | 0.68% | 0.61% | - |
| XYZ | 23.02 | 25.08 | 6.53 | - |
| YUV | 132.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 49 | 0 | 0.12 | 0.68 | 0.39 | 49.81 | 0.52 | 0.4 |
| Hex | 9B | 89 | 31 | 0 | C | 44 | 27 | 32 | 34 | 28 |
| Octal | 233 | 211 | 61 | 0 | 14 | 104 | 47 | 62 | 64 | 50 |
| Binary | 10011011 | 10001001 | 110001 | 0 | 1100 | 1000100 | 100111 | 110010 | 110100 | 101000 |
Color Harmonies of #9B8931
Complementary color
Monochromatic Colors of #9B8931
Black with #9B8931
Text Example
Text Example
White with #9B8931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8931; }
p { color: rgb(155,137,49); }
H1.HeaderClassName
{
color: #9B8931;
}
.AnyTagClassName
{
color: #9B8931;
}
</style>
background-color css
<style>
a { background-color: #9B8931; }
a { background-color: rgb(155,137,49); }
div.DivClassName
{
background-color: #9B8931;
}
.BgClassName
{
background-color: #9B8931;
}
</style>
border-color css
<style>
span { border-color: #9B8931; }
span { border-color: rgb(155,137,49); }
td.TdClassName
{
border-color: #9B8931;
}
.TagClassName
{
border-color: #9B8931;
}
</style>