Shades of Highball #9F9935
Tints of Highball #9F9935
RGB
CMYK
RGB Variations
Color information
#9F9935 (or 0x9F9935) is known color: Highball. HEX triplet: 9F, 99 and 35. RGB value is (159,153,53). Sum of RGB (Red+Green+Blue) = 159+153+53=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9935 is #6066CA. Grayscale: #8F8F8F. Windows color (decimal): -6317771 or 3512735. OLE color: 3512735.
HSL color Cylindrical-coordinate representation of color #9F9935: hue angle of 56.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F9935 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 53 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.38 |
| HSL | 56.6º | 0.5% | 0.42% | - |
| HSV(B) | 56.6º | 0.67% | 0.62% | - |
| XYZ | 26.33 | 30.41 | 7.85 | - |
| YUV | 143.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 53 | 0 | 0.04 | 0.67 | 0.38 | 56.6 | 0.5 | 0.42 |
| Hex | 9F | 99 | 35 | 0 | 4 | 43 | 26 | 39 | 32 | 2A |
| Octal | 237 | 231 | 65 | 0 | 4 | 103 | 46 | 71 | 62 | 52 |
| Binary | 10011111 | 10011001 | 110101 | 0 | 100 | 1000011 | 100110 | 111001 | 110010 | 101010 |
Color Harmonies of #9F9935
Complementary color
Monochromatic Colors of #9F9935
Black with #9F9935
Text Example
Text Example
White with #9F9935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9935; }
p { color: rgb(159,153,53); }
H1.HeaderClassName
{
color: #9F9935;
}
.AnyTagClassName
{
color: #9F9935;
}
</style>
background-color css
<style>
a { background-color: #9F9935; }
a { background-color: rgb(159,153,53); }
div.DivClassName
{
background-color: #9F9935;
}
.BgClassName
{
background-color: #9F9935;
}
</style>
border-color css
<style>
span { border-color: #9F9935; }
span { border-color: rgb(159,153,53); }
td.TdClassName
{
border-color: #9F9935;
}
.TagClassName
{
border-color: #9F9935;
}
</style>