Shades of Highball #9A9741
Tints of Highball #9A9741
RGB
CMYK
RGB Variations
Color information
#9A9741 (or 0x9A9741) is known color: Highball. HEX triplet: 9A, 97 and 41. RGB value is (154,151,65). Sum of RGB (Red+Green+Blue) = 154+151+65=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9741 is #6568BE. Grayscale: #8E8E8E. Windows color (decimal): -6645951 or 4298650. OLE color: 4298650.
HSL color Cylindrical-coordinate representation of color #9A9741: hue angle of 57.98º 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 #9A9741 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 151 | 65 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.40 |
| HSL | 57.98º | 0.41% | 0.43% | - |
| HSV(B) | 57.98º | 0.58% | 0.6% | - |
| XYZ | 25.35 | 29.38 | 9.34 | - |
| YUV | 142.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 151 | 65 | 0 | 0.02 | 0.58 | 0.40 | 57.98 | 0.41 | 0.43 |
| Hex | 9A | 97 | 41 | 0 | 2 | 3A | 28 | 3A | 29 | 2B |
| Octal | 232 | 227 | 101 | 0 | 2 | 72 | 50 | 72 | 51 | 53 |
| Binary | 10011010 | 10010111 | 1000001 | 0 | 10 | 111010 | 101000 | 111010 | 101001 | 101011 |
Color Harmonies of #9A9741
Complementary color
Monochromatic Colors of #9A9741
Black with #9A9741
Text Example
Text Example
White with #9A9741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9741; }
p { color: rgb(154,151,65); }
H1.HeaderClassName
{
color: #9A9741;
}
.AnyTagClassName
{
color: #9A9741;
}
</style>
background-color css
<style>
a { background-color: #9A9741; }
a { background-color: rgb(154,151,65); }
div.DivClassName
{
background-color: #9A9741;
}
.BgClassName
{
background-color: #9A9741;
}
</style>
border-color css
<style>
span { border-color: #9A9741; }
span { border-color: rgb(154,151,65); }
td.TdClassName
{
border-color: #9A9741;
}
.TagClassName
{
border-color: #9A9741;
}
</style>