Shades of Highball #9A963A
Tints of Highball #9A963A
RGB
CMYK
RGB Variations
Color information
#9A963A (or 0x9A963A) is known color: Highball. HEX triplet: 9A, 96 and 3A. RGB value is (154,150,58). Sum of RGB (Red+Green+Blue) = 154+150+58=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A963A is #6569C5. Grayscale: #8D8D8D. Windows color (decimal): -6646214 or 3839642. OLE color: 3839642.
HSL color Cylindrical-coordinate representation of color #9A963A: hue angle of 57.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A963A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 150 | 58 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.40 |
| HSL | 57.5º | 0.45% | 0.42% | - |
| HSV(B) | 57.5º | 0.62% | 0.6% | - |
| XYZ | 25 | 28.99 | 8.28 | - |
| YUV | 140.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 150 | 58 | 0 | 0.03 | 0.62 | 0.40 | 57.5 | 0.45 | 0.42 |
| Hex | 9A | 96 | 3A | 0 | 3 | 3E | 28 | 3A | 2D | 2A |
| Octal | 232 | 226 | 72 | 0 | 3 | 76 | 50 | 72 | 55 | 52 |
| Binary | 10011010 | 10010110 | 111010 | 0 | 11 | 111110 | 101000 | 111010 | 101101 | 101010 |
Color Harmonies of #9A963A
Complementary color
Monochromatic Colors of #9A963A
Black with #9A963A
Text Example
Text Example
White with #9A963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A963A; }
p { color: rgb(154,150,58); }
H1.HeaderClassName
{
color: #9A963A;
}
.AnyTagClassName
{
color: #9A963A;
}
</style>
background-color css
<style>
a { background-color: #9A963A; }
a { background-color: rgb(154,150,58); }
div.DivClassName
{
background-color: #9A963A;
}
.BgClassName
{
background-color: #9A963A;
}
</style>
border-color css
<style>
span { border-color: #9A963A; }
span { border-color: rgb(154,150,58); }
td.TdClassName
{
border-color: #9A963A;
}
.TagClassName
{
border-color: #9A963A;
}
</style>