Shades of Highball #9A9935
Tints of Highball #9A9935
RGB
CMYK
RGB Variations
Color information
#9A9935 (or 0x9A9935) is known color: Highball. HEX triplet: 9A, 99 and 35. RGB value is (154,153,53). Sum of RGB (Red+Green+Blue) = 154+153+53=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A9935 is #6566CA. Grayscale: #8E8E8E. Windows color (decimal): -6645451 or 3512730. OLE color: 3512730.
HSL color Cylindrical-coordinate representation of color #9A9935: hue angle of 59.41º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A9935 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 153 | 53 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.40 |
| HSL | 59.41º | 0.49% | 0.41% | - |
| HSV(B) | 59.41º | 0.66% | 0.6% | - |
| XYZ | 25.36 | 29.91 | 7.8 | - |
| YUV | 141.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 53 | 0 | 0.01 | 0.66 | 0.40 | 59.41 | 0.49 | 0.41 |
| Hex | 9A | 99 | 35 | 0 | 1 | 42 | 28 | 3B | 31 | 29 |
| Octal | 232 | 231 | 65 | 0 | 1 | 102 | 50 | 73 | 61 | 51 |
| Binary | 10011010 | 10011001 | 110101 | 0 | 1 | 1000010 | 101000 | 111011 | 110001 | 101001 |
Color Harmonies of #9A9935
Complementary color
Monochromatic Colors of #9A9935
Black with #9A9935
Text Example
Text Example
White with #9A9935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9935; }
p { color: rgb(154,153,53); }
H1.HeaderClassName
{
color: #9A9935;
}
.AnyTagClassName
{
color: #9A9935;
}
</style>
background-color css
<style>
a { background-color: #9A9935; }
a { background-color: rgb(154,153,53); }
div.DivClassName
{
background-color: #9A9935;
}
.BgClassName
{
background-color: #9A9935;
}
</style>
border-color css
<style>
span { border-color: #9A9935; }
span { border-color: rgb(154,153,53); }
td.TdClassName
{
border-color: #9A9935;
}
.TagClassName
{
border-color: #9A9935;
}
</style>