Shades of Lemon Ginger #9B8330
Tints of Lemon Ginger #9B8330
RGB
CMYK
RGB Variations
Color information
#9B8330 (or 0x9B8330) is known color: Lemon Ginger. HEX triplet: 9B, 83 and 30. RGB value is (155,131,48). Sum of RGB (Red+Green+Blue) = 155+131+48=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8330 is #647CCF. Grayscale: #818181. Windows color (decimal): -6585552 or 3179419. OLE color: 3179419.
HSL color Cylindrical-coordinate representation of color #9B8330: hue angle of 46.54º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B8330 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 131 | 48 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.39 |
| HSL | 46.54º | 0.53% | 0.4% | - |
| HSV(B) | 46.54º | 0.69% | 0.61% | - |
| XYZ | 22.17 | 23.41 | 6.15 | - |
| YUV | 128.71 | 82.45 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 48 | 0 | 0.15 | 0.69 | 0.39 | 46.54 | 0.53 | 0.4 |
| Hex | 9B | 83 | 30 | 0 | F | 45 | 27 | 2F | 35 | 28 |
| Octal | 233 | 203 | 60 | 0 | 17 | 105 | 47 | 57 | 65 | 50 |
| Binary | 10011011 | 10000011 | 110000 | 0 | 1111 | 1000101 | 100111 | 101111 | 110101 | 101000 |
Color Harmonies of #9B8330
Complementary color
Monochromatic Colors of #9B8330
Black with #9B8330
Text Example
Text Example
White with #9B8330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8330; }
p { color: rgb(155,131,48); }
H1.HeaderClassName
{
color: #9B8330;
}
.AnyTagClassName
{
color: #9B8330;
}
</style>
background-color css
<style>
a { background-color: #9B8330; }
a { background-color: rgb(155,131,48); }
div.DivClassName
{
background-color: #9B8330;
}
.BgClassName
{
background-color: #9B8330;
}
</style>
border-color css
<style>
span { border-color: #9B8330; }
span { border-color: rgb(155,131,48); }
td.TdClassName
{
border-color: #9B8330;
}
.TagClassName
{
border-color: #9B8330;
}
</style>