Shades of Lemon Ginger #9A8833
Tints of Lemon Ginger #9A8833
RGB
CMYK
RGB Variations
Color information
#9A8833 (or 0x9A8833) is known color: Lemon Ginger. HEX triplet: 9A, 88 and 33. RGB value is (154,136,51). Sum of RGB (Red+Green+Blue) = 154+136+51=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8833 is #6577CC. Grayscale: #848484. Windows color (decimal): -6649805 or 3377306. OLE color: 3377306.
HSL color Cylindrical-coordinate representation of color #9A8833: hue angle of 49.51º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A8833 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 51 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.40 |
| HSL | 49.51º | 0.5% | 0.4% | - |
| HSV(B) | 49.51º | 0.67% | 0.6% | - |
| XYZ | 22.73 | 24.72 | 6.7 | - |
| YUV | 131.69 | 82.46 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 51 | 0 | 0.12 | 0.67 | 0.40 | 49.51 | 0.5 | 0.4 |
| Hex | 9A | 88 | 33 | 0 | C | 43 | 28 | 32 | 32 | 28 |
| Octal | 232 | 210 | 63 | 0 | 14 | 103 | 50 | 62 | 62 | 50 |
| Binary | 10011010 | 10001000 | 110011 | 0 | 1100 | 1000011 | 101000 | 110010 | 110010 | 101000 |
Color Harmonies of #9A8833
Complementary color
Monochromatic Colors of #9A8833
Black with #9A8833
Text Example
Text Example
White with #9A8833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8833; }
p { color: rgb(154,136,51); }
H1.HeaderClassName
{
color: #9A8833;
}
.AnyTagClassName
{
color: #9A8833;
}
</style>
background-color css
<style>
a { background-color: #9A8833; }
a { background-color: rgb(154,136,51); }
div.DivClassName
{
background-color: #9A8833;
}
.BgClassName
{
background-color: #9A8833;
}
</style>
border-color css
<style>
span { border-color: #9A8833; }
span { border-color: rgb(154,136,51); }
td.TdClassName
{
border-color: #9A8833;
}
.TagClassName
{
border-color: #9A8833;
}
</style>