Shades of Highball #9A8D50
Tints of Highball #9A8D50
RGB
CMYK
RGB Variations
Color information
#9A8D50 (or 0x9A8D50) is known color: Highball. HEX triplet: 9A, 8D and 50. RGB value is (154,141,80). Sum of RGB (Red+Green+Blue) = 154+141+80=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8D50 is #6572AF. Grayscale: #8A8A8A. Windows color (decimal): -6648496 or 5279130. OLE color: 5279130.
HSL color Cylindrical-coordinate representation of color #9A8D50: hue angle of 49.46º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A8D50 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 141 | 80 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.40 |
| HSL | 49.46º | 0.32% | 0.46% | - |
| HSV(B) | 49.46º | 0.48% | 0.6% | - |
| XYZ | 24.3 | 26.5 | 11.42 | - |
| YUV | 137.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 80 | 0 | 0.08 | 0.48 | 0.40 | 49.46 | 0.32 | 0.46 |
| Hex | 9A | 8D | 50 | 0 | 8 | 30 | 28 | 31 | 20 | 2E |
| Octal | 232 | 215 | 120 | 0 | 10 | 60 | 50 | 61 | 40 | 56 |
| Binary | 10011010 | 10001101 | 1010000 | 0 | 1000 | 110000 | 101000 | 110001 | 100000 | 101110 |
Color Harmonies of #9A8D50
Complementary color
Monochromatic Colors of #9A8D50
Black with #9A8D50
Text Example
Text Example
White with #9A8D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8D50; }
p { color: rgb(154,141,80); }
H1.HeaderClassName
{
color: #9A8D50;
}
.AnyTagClassName
{
color: #9A8D50;
}
</style>
background-color css
<style>
a { background-color: #9A8D50; }
a { background-color: rgb(154,141,80); }
div.DivClassName
{
background-color: #9A8D50;
}
.BgClassName
{
background-color: #9A8D50;
}
</style>
border-color css
<style>
span { border-color: #9A8D50; }
span { border-color: rgb(154,141,80); }
td.TdClassName
{
border-color: #9A8D50;
}
.TagClassName
{
border-color: #9A8D50;
}
</style>