Shades of Lemon Ginger #9B8E27
Tints of Lemon Ginger #9B8E27
RGB
CMYK
RGB Variations
Color information
#9B8E27 (or 0x9B8E27) is known color: Lemon Ginger. HEX triplet: 9B, 8E and 27. RGB value is (155,142,39). Sum of RGB (Red+Green+Blue) = 155+142+39=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8E27 is #6471D8. Grayscale: #868686. Windows color (decimal): -6582745 or 2592411. OLE color: 2592411.
HSL color Cylindrical-coordinate representation of color #9B8E27: hue angle of 53.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B8E27 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 142 | 39 | - |
| CMYK | 0 | 0.08 | 0.75 | 0.39 |
| HSL | 53.28º | 0.6% | 0.38% | - |
| HSV(B) | 53.28º | 0.75% | 0.61% | - |
| XYZ | 23.56 | 26.46 | 5.79 | - |
| YUV | 134.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 39 | 0 | 0.08 | 0.75 | 0.39 | 53.28 | 0.6 | 0.38 |
| Hex | 9B | 8E | 27 | 0 | 8 | 4B | 27 | 35 | 3C | 26 |
| Octal | 233 | 216 | 47 | 0 | 10 | 113 | 47 | 65 | 74 | 46 |
| Binary | 10011011 | 10001110 | 100111 | 0 | 1000 | 1001011 | 100111 | 110101 | 111100 | 100110 |
Color Harmonies of #9B8E27
Complementary color
Monochromatic Colors of #9B8E27
Black with #9B8E27
Text Example
Text Example
White with #9B8E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8E27; }
p { color: rgb(155,142,39); }
H1.HeaderClassName
{
color: #9B8E27;
}
.AnyTagClassName
{
color: #9B8E27;
}
</style>
background-color css
<style>
a { background-color: #9B8E27; }
a { background-color: rgb(155,142,39); }
div.DivClassName
{
background-color: #9B8E27;
}
.BgClassName
{
background-color: #9B8E27;
}
</style>
border-color css
<style>
span { border-color: #9B8E27; }
span { border-color: rgb(155,142,39); }
td.TdClassName
{
border-color: #9B8E27;
}
.TagClassName
{
border-color: #9B8E27;
}
</style>