Shades of Lemon Ginger #9A8325
Tints of Lemon Ginger #9A8325
RGB
CMYK
RGB Variations
Color information
#9A8325 (or 0x9A8325) is known color: Lemon Ginger. HEX triplet: 9A, 83 and 25. RGB value is (154,131,37). Sum of RGB (Red+Green+Blue) = 154+131+37=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8325 is #657CDA. Grayscale: #7F7F7F. Windows color (decimal): -6651099 or 2458522. OLE color: 2458522.
HSL color Cylindrical-coordinate representation of color #9A8325: hue angle of 48.21º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A8325 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 37 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.40 |
| HSL | 48.21º | 0.61% | 0.37% | - |
| HSV(B) | 48.21º | 0.76% | 0.6% | - |
| XYZ | 21.78 | 23.24 | 5.09 | - |
| YUV | 127.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 37 | 0 | 0.15 | 0.76 | 0.40 | 48.21 | 0.61 | 0.37 |
| Hex | 9A | 83 | 25 | 0 | F | 4C | 28 | 30 | 3D | 25 |
| Octal | 232 | 203 | 45 | 0 | 17 | 114 | 50 | 60 | 75 | 45 |
| Binary | 10011010 | 10000011 | 100101 | 0 | 1111 | 1001100 | 101000 | 110000 | 111101 | 100101 |
Color Harmonies of #9A8325
Complementary color
Monochromatic Colors of #9A8325
Black with #9A8325
Text Example
Text Example
White with #9A8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8325; }
p { color: rgb(154,131,37); }
H1.HeaderClassName
{
color: #9A8325;
}
.AnyTagClassName
{
color: #9A8325;
}
</style>
background-color css
<style>
a { background-color: #9A8325; }
a { background-color: rgb(154,131,37); }
div.DivClassName
{
background-color: #9A8325;
}
.BgClassName
{
background-color: #9A8325;
}
</style>
border-color css
<style>
span { border-color: #9A8325; }
span { border-color: rgb(154,131,37); }
td.TdClassName
{
border-color: #9A8325;
}
.TagClassName
{
border-color: #9A8325;
}
</style>