Shades of Lemon Ginger #9A8331
Tints of Lemon Ginger #9A8331
RGB
CMYK
RGB Variations
Color information
#9A8331 (or 0x9A8331) is known color: Lemon Ginger. HEX triplet: 9A, 83 and 31. RGB value is (154,131,49). Sum of RGB (Red+Green+Blue) = 154+131+49=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8331 is #657CCE. Grayscale: #808080. Windows color (decimal): -6651087 or 3244954. OLE color: 3244954.
HSL color Cylindrical-coordinate representation of color #9A8331: hue angle of 46.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A8331 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 131 | 49 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.40 |
| HSL | 46.86º | 0.52% | 0.4% | - |
| HSV(B) | 46.86º | 0.68% | 0.6% | - |
| XYZ | 22 | 23.32 | 6.25 | - |
| YUV | 128.53 | 83.12 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 131 | 49 | 0 | 0.15 | 0.68 | 0.40 | 46.86 | 0.52 | 0.4 |
| Hex | 9A | 83 | 31 | 0 | F | 44 | 28 | 2F | 34 | 28 |
| Octal | 232 | 203 | 61 | 0 | 17 | 104 | 50 | 57 | 64 | 50 |
| Binary | 10011010 | 10000011 | 110001 | 0 | 1111 | 1000100 | 101000 | 101111 | 110100 | 101000 |
Color Harmonies of #9A8331
Complementary color
Monochromatic Colors of #9A8331
Black with #9A8331
Text Example
Text Example
White with #9A8331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8331; }
p { color: rgb(154,131,49); }
H1.HeaderClassName
{
color: #9A8331;
}
.AnyTagClassName
{
color: #9A8331;
}
</style>
background-color css
<style>
a { background-color: #9A8331; }
a { background-color: rgb(154,131,49); }
div.DivClassName
{
background-color: #9A8331;
}
.BgClassName
{
background-color: #9A8331;
}
</style>
border-color css
<style>
span { border-color: #9A8331; }
span { border-color: rgb(154,131,49); }
td.TdClassName
{
border-color: #9A8331;
}
.TagClassName
{
border-color: #9A8331;
}
</style>