Shades of Highball #9A9241
Tints of Highball #9A9241
RGB
CMYK
RGB Variations
Color information
#9A9241 (or 0x9A9241) is known color: Highball. HEX triplet: 9A, 92 and 41. RGB value is (154,146,65). Sum of RGB (Red+Green+Blue) = 154+146+65=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9241 is #656DBE. Grayscale: #8B8B8B. Windows color (decimal): -6647231 or 4297370. OLE color: 4297370.
HSL color Cylindrical-coordinate representation of color #9A9241: hue angle of 54.61º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A9241 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 65 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.40 |
| HSL | 54.61º | 0.41% | 0.43% | - |
| HSV(B) | 54.61º | 0.58% | 0.6% | - |
| XYZ | 24.56 | 27.81 | 9.07 | - |
| YUV | 139.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 65 | 0 | 0.05 | 0.58 | 0.40 | 54.61 | 0.41 | 0.43 |
| Hex | 9A | 92 | 41 | 0 | 5 | 3A | 28 | 37 | 29 | 2B |
| Octal | 232 | 222 | 101 | 0 | 5 | 72 | 50 | 67 | 51 | 53 |
| Binary | 10011010 | 10010010 | 1000001 | 0 | 101 | 111010 | 101000 | 110111 | 101001 | 101011 |
Color Harmonies of #9A9241
Complementary color
Monochromatic Colors of #9A9241
Black with #9A9241
Text Example
Text Example
White with #9A9241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9241; }
p { color: rgb(154,146,65); }
H1.HeaderClassName
{
color: #9A9241;
}
.AnyTagClassName
{
color: #9A9241;
}
</style>
background-color css
<style>
a { background-color: #9A9241; }
a { background-color: rgb(154,146,65); }
div.DivClassName
{
background-color: #9A9241;
}
.BgClassName
{
background-color: #9A9241;
}
</style>
border-color css
<style>
span { border-color: #9A9241; }
span { border-color: rgb(154,146,65); }
td.TdClassName
{
border-color: #9A9241;
}
.TagClassName
{
border-color: #9A9241;
}
</style>