Shades of Lemon Ginger #9B882C
Tints of Lemon Ginger #9B882C
RGB
CMYK
RGB Variations
Color information
#9B882C (or 0x9B882C) is known color: Lemon Ginger. HEX triplet: 9B, 88 and 2C. RGB value is (155,136,44). Sum of RGB (Red+Green+Blue) = 155+136+44=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B882C is #6477D3. Grayscale: #838383. Windows color (decimal): -6584276 or 2918555. OLE color: 2918555.
HSL color Cylindrical-coordinate representation of color #9B882C: hue angle of 49.73º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B882C is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 136 | 44 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.39 |
| HSL | 49.73º | 0.56% | 0.39% | - |
| HSV(B) | 49.73º | 0.72% | 0.61% | - |
| XYZ | 22.78 | 24.76 | 5.96 | - |
| YUV | 131.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 44 | 0 | 0.12 | 0.72 | 0.39 | 49.73 | 0.56 | 0.39 |
| Hex | 9B | 88 | 2C | 0 | C | 48 | 27 | 32 | 38 | 27 |
| Octal | 233 | 210 | 54 | 0 | 14 | 110 | 47 | 62 | 70 | 47 |
| Binary | 10011011 | 10001000 | 101100 | 0 | 1100 | 1001000 | 100111 | 110010 | 111000 | 100111 |
Color Harmonies of #9B882C
Complementary color
Monochromatic Colors of #9B882C
Black with #9B882C
Text Example
Text Example
White with #9B882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B882C; }
p { color: rgb(155,136,44); }
H1.HeaderClassName
{
color: #9B882C;
}
.AnyTagClassName
{
color: #9B882C;
}
</style>
background-color css
<style>
a { background-color: #9B882C; }
a { background-color: rgb(155,136,44); }
div.DivClassName
{
background-color: #9B882C;
}
.BgClassName
{
background-color: #9B882C;
}
</style>
border-color css
<style>
span { border-color: #9B882C; }
span { border-color: rgb(155,136,44); }
td.TdClassName
{
border-color: #9B882C;
}
.TagClassName
{
border-color: #9B882C;
}
</style>