Shades of Highball #9A8D49
Tints of Highball #9A8D49
RGB
CMYK
RGB Variations
Color information
#9A8D49 (or 0x9A8D49) is known color: Highball. HEX triplet: 9A, 8D and 49. RGB value is (154,141,73). Sum of RGB (Red+Green+Blue) = 154+141+73=368 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.85% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8D49 is #6572B6. Grayscale: #898989. Windows color (decimal): -6648503 or 4820378. OLE color: 4820378.
HSL color Cylindrical-coordinate representation of color #9A8D49: hue angle of 50.37º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A8D49 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 141 | 73 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.40 |
| HSL | 50.37º | 0.36% | 0.45% | - |
| HSV(B) | 50.37º | 0.53% | 0.6% | - |
| XYZ | 24.05 | 26.4 | 10.13 | - |
| YUV | 137.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 73 | 0 | 0.08 | 0.53 | 0.40 | 50.37 | 0.36 | 0.45 |
| Hex | 9A | 8D | 49 | 0 | 8 | 35 | 28 | 32 | 24 | 2D |
| Octal | 232 | 215 | 111 | 0 | 10 | 65 | 50 | 62 | 44 | 55 |
| Binary | 10011010 | 10001101 | 1001001 | 0 | 1000 | 110101 | 101000 | 110010 | 100100 | 101101 |
Color Harmonies of #9A8D49
Complementary color
Monochromatic Colors of #9A8D49
Black with #9A8D49
Text Example
Text Example
White with #9A8D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8D49; }
p { color: rgb(154,141,73); }
H1.HeaderClassName
{
color: #9A8D49;
}
.AnyTagClassName
{
color: #9A8D49;
}
</style>
background-color css
<style>
a { background-color: #9A8D49; }
a { background-color: rgb(154,141,73); }
div.DivClassName
{
background-color: #9A8D49;
}
.BgClassName
{
background-color: #9A8D49;
}
</style>
border-color css
<style>
span { border-color: #9A8D49; }
span { border-color: rgb(154,141,73); }
td.TdClassName
{
border-color: #9A8D49;
}
.TagClassName
{
border-color: #9A8D49;
}
</style>