Shades of Highball #9A9441
Tints of Highball #9A9441
RGB
CMYK
RGB Variations
Color information
#9A9441 (or 0x9A9441) is known color: Highball. HEX triplet: 9A, 94 and 41. RGB value is (154,148,65). Sum of RGB (Red+Green+Blue) = 154+148+65=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9441 is #656BBE. Grayscale: #8C8C8C. Windows color (decimal): -6646719 or 4297882. OLE color: 4297882.
HSL color Cylindrical-coordinate representation of color #9A9441: hue angle of 55.96º 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 #9A9441 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 65 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.40 |
| HSL | 55.96º | 0.41% | 0.43% | - |
| HSV(B) | 55.96º | 0.58% | 0.6% | - |
| XYZ | 24.87 | 28.43 | 9.18 | - |
| YUV | 140.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 65 | 0 | 0.04 | 0.58 | 0.40 | 55.96 | 0.41 | 0.43 |
| Hex | 9A | 94 | 41 | 0 | 4 | 3A | 28 | 38 | 29 | 2B |
| Octal | 232 | 224 | 101 | 0 | 4 | 72 | 50 | 70 | 51 | 53 |
| Binary | 10011010 | 10010100 | 1000001 | 0 | 100 | 111010 | 101000 | 111000 | 101001 | 101011 |
Color Harmonies of #9A9441
Complementary color
Monochromatic Colors of #9A9441
Black with #9A9441
Text Example
Text Example
White with #9A9441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9441; }
p { color: rgb(154,148,65); }
H1.HeaderClassName
{
color: #9A9441;
}
.AnyTagClassName
{
color: #9A9441;
}
</style>
background-color css
<style>
a { background-color: #9A9441; }
a { background-color: rgb(154,148,65); }
div.DivClassName
{
background-color: #9A9441;
}
.BgClassName
{
background-color: #9A9441;
}
</style>
border-color css
<style>
span { border-color: #9A9441; }
span { border-color: rgb(154,148,65); }
td.TdClassName
{
border-color: #9A9441;
}
.TagClassName
{
border-color: #9A9441;
}
</style>