Shades of Highball #9A9336
Tints of Highball #9A9336
RGB
CMYK
RGB Variations
Color information
#9A9336 (or 0x9A9336) is known color: Highball. HEX triplet: 9A, 93 and 36. RGB value is (154,147,54). Sum of RGB (Red+Green+Blue) = 154+147+54=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 147 (57.81% from 255 or 41.41% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9336 is #656CC9. Grayscale: #8A8A8A. Windows color (decimal): -6646986 or 3576730. OLE color: 3576730.
HSL color Cylindrical-coordinate representation of color #9A9336: hue angle of 55.8º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A9336 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 54 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.40 |
| HSL | 55.8º | 0.48% | 0.41% | - |
| HSV(B) | 55.8º | 0.65% | 0.6% | - |
| XYZ | 24.43 | 28 | 7.61 | - |
| YUV | 138.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 54 | 0 | 0.05 | 0.65 | 0.40 | 55.8 | 0.48 | 0.41 |
| Hex | 9A | 93 | 36 | 0 | 5 | 41 | 28 | 38 | 30 | 29 |
| Octal | 232 | 223 | 66 | 0 | 5 | 101 | 50 | 70 | 60 | 51 |
| Binary | 10011010 | 10010011 | 110110 | 0 | 101 | 1000001 | 101000 | 111000 | 110000 | 101001 |
Color Harmonies of #9A9336
Complementary color
Monochromatic Colors of #9A9336
Black with #9A9336
Text Example
Text Example
White with #9A9336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9336; }
p { color: rgb(154,147,54); }
H1.HeaderClassName
{
color: #9A9336;
}
.AnyTagClassName
{
color: #9A9336;
}
</style>
background-color css
<style>
a { background-color: #9A9336; }
a { background-color: rgb(154,147,54); }
div.DivClassName
{
background-color: #9A9336;
}
.BgClassName
{
background-color: #9A9336;
}
</style>
border-color css
<style>
span { border-color: #9A9336; }
span { border-color: rgb(154,147,54); }
td.TdClassName
{
border-color: #9A9336;
}
.TagClassName
{
border-color: #9A9336;
}
</style>