Shades of Highball #9A9550
Tints of Highball #9A9550
RGB
CMYK
RGB Variations
Color information
#9A9550 (or 0x9A9550) is known color: Highball. HEX triplet: 9A, 95 and 50. RGB value is (154,149,80). Sum of RGB (Red+Green+Blue) = 154+149+80=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9550 is #656AAF. Grayscale: #8E8E8E. Windows color (decimal): -6646448 or 5281178. OLE color: 5281178.
HSL color Cylindrical-coordinate representation of color #9A9550: hue angle of 55.95º 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 #9A9550 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 149 | 80 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.40 |
| HSL | 55.95º | 0.32% | 0.46% | - |
| HSV(B) | 55.95º | 0.48% | 0.6% | - |
| XYZ | 25.52 | 28.94 | 11.83 | - |
| YUV | 142.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 149 | 80 | 0 | 0.03 | 0.48 | 0.40 | 55.95 | 0.32 | 0.46 |
| Hex | 9A | 95 | 50 | 0 | 3 | 30 | 28 | 38 | 20 | 2E |
| Octal | 232 | 225 | 120 | 0 | 3 | 60 | 50 | 70 | 40 | 56 |
| Binary | 10011010 | 10010101 | 1010000 | 0 | 11 | 110000 | 101000 | 111000 | 100000 | 101110 |
Color Harmonies of #9A9550
Complementary color
Monochromatic Colors of #9A9550
Black with #9A9550
Text Example
Text Example
White with #9A9550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9550; }
p { color: rgb(154,149,80); }
H1.HeaderClassName
{
color: #9A9550;
}
.AnyTagClassName
{
color: #9A9550;
}
</style>
background-color css
<style>
a { background-color: #9A9550; }
a { background-color: rgb(154,149,80); }
div.DivClassName
{
background-color: #9A9550;
}
.BgClassName
{
background-color: #9A9550;
}
</style>
border-color css
<style>
span { border-color: #9A9550; }
span { border-color: rgb(154,149,80); }
td.TdClassName
{
border-color: #9A9550;
}
.TagClassName
{
border-color: #9A9550;
}
</style>