Shades of Highball #9A9950
Tints of Highball #9A9950
RGB
CMYK
RGB Variations
Color information
#9A9950 (or 0x9A9950) is known color: Highball. HEX triplet: 9A, 99 and 50. RGB value is (154,153,80). Sum of RGB (Red+Green+Blue) = 154+153+80=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9950 is #6566AF. Grayscale: #919191. Windows color (decimal): -6645424 or 5282202. OLE color: 5282202.
HSL color Cylindrical-coordinate representation of color #9A9950: hue angle of 59.19º 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 #9A9950 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 80 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.40 |
| HSL | 59.19º | 0.32% | 0.46% | - |
| HSV(B) | 59.19º | 0.48% | 0.6% | - |
| XYZ | 26.17 | 30.23 | 12.05 | - |
| YUV | 144.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 80 | 0 | 0.01 | 0.48 | 0.40 | 59.19 | 0.32 | 0.46 |
| Hex | 9A | 99 | 50 | 0 | 1 | 30 | 28 | 3B | 20 | 2E |
| Octal | 232 | 231 | 120 | 0 | 1 | 60 | 50 | 73 | 40 | 56 |
| Binary | 10011010 | 10011001 | 1010000 | 0 | 1 | 110000 | 101000 | 111011 | 100000 | 101110 |
Color Harmonies of #9A9950
Complementary color
Monochromatic Colors of #9A9950
Black with #9A9950
Text Example
Text Example
White with #9A9950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9950; }
p { color: rgb(154,153,80); }
H1.HeaderClassName
{
color: #9A9950;
}
.AnyTagClassName
{
color: #9A9950;
}
</style>
background-color css
<style>
a { background-color: #9A9950; }
a { background-color: rgb(154,153,80); }
div.DivClassName
{
background-color: #9A9950;
}
.BgClassName
{
background-color: #9A9950;
}
</style>
border-color css
<style>
span { border-color: #9A9950; }
span { border-color: rgb(154,153,80); }
td.TdClassName
{
border-color: #9A9950;
}
.TagClassName
{
border-color: #9A9950;
}
</style>