Shades of Lemon Ginger #9B891C
Tints of Lemon Ginger #9B891C
RGB
CMYK
RGB Variations
Color information
#9B891C (or 0x9B891C) is known color: Lemon Ginger. HEX triplet: 9B, 89 and 1C. RGB value is (155,137,28). Sum of RGB (Red+Green+Blue) = 155+137+28=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B891C is #6476E3. Grayscale: #828282. Windows color (decimal): -6584036 or 1870235. OLE color: 1870235.
HSL color Cylindrical-coordinate representation of color #9B891C: hue angle of 51.5º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B891C is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 28 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.39 |
| HSL | 51.5º | 0.69% | 0.36% | - |
| HSV(B) | 51.5º | 0.82% | 0.61% | - |
| XYZ | 22.67 | 24.94 | 4.72 | - |
| YUV | 129.96 | 70.46 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 28 | 0 | 0.12 | 0.82 | 0.39 | 51.5 | 0.69 | 0.36 |
| Hex | 9B | 89 | 1C | 0 | C | 52 | 27 | 33 | 45 | 24 |
| Octal | 233 | 211 | 34 | 0 | 14 | 122 | 47 | 63 | 105 | 44 |
| Binary | 10011011 | 10001001 | 11100 | 0 | 1100 | 1010010 | 100111 | 110011 | 1000101 | 100100 |
Color Harmonies of #9B891C
Complementary color
Monochromatic Colors of #9B891C
Black with #9B891C
Text Example
Text Example
White with #9B891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B891C; }
p { color: rgb(155,137,28); }
H1.HeaderClassName
{
color: #9B891C;
}
.AnyTagClassName
{
color: #9B891C;
}
</style>
background-color css
<style>
a { background-color: #9B891C; }
a { background-color: rgb(155,137,28); }
div.DivClassName
{
background-color: #9B891C;
}
.BgClassName
{
background-color: #9B891C;
}
</style>
border-color css
<style>
span { border-color: #9B891C; }
span { border-color: rgb(155,137,28); }
td.TdClassName
{
border-color: #9B891C;
}
.TagClassName
{
border-color: #9B891C;
}
</style>