Shades of Highball #9F9437
Tints of Highball #9F9437
RGB
CMYK
RGB Variations
Color information
#9F9437 (or 0x9F9437) is known color: Highball. HEX triplet: 9F, 94 and 37. RGB value is (159,148,55). Sum of RGB (Red+Green+Blue) = 159+148+55=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9437 is #606BC8. Grayscale: #8D8D8D. Windows color (decimal): -6319049 or 3642527. OLE color: 3642527.
HSL color Cylindrical-coordinate representation of color #9F9437: hue angle of 53.65º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F9437 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 55 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.38 |
| HSL | 53.65º | 0.49% | 0.42% | - |
| HSV(B) | 53.65º | 0.65% | 0.62% | - |
| XYZ | 25.58 | 28.83 | 7.83 | - |
| YUV | 140.69 | 79.64 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 55 | 0 | 0.07 | 0.65 | 0.38 | 53.65 | 0.49 | 0.42 |
| Hex | 9F | 94 | 37 | 0 | 7 | 41 | 26 | 36 | 31 | 2A |
| Octal | 237 | 224 | 67 | 0 | 7 | 101 | 46 | 66 | 61 | 52 |
| Binary | 10011111 | 10010100 | 110111 | 0 | 111 | 1000001 | 100110 | 110110 | 110001 | 101010 |
Color Harmonies of #9F9437
Complementary color
Monochromatic Colors of #9F9437
Black with #9F9437
Text Example
Text Example
White with #9F9437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9437; }
p { color: rgb(159,148,55); }
H1.HeaderClassName
{
color: #9F9437;
}
.AnyTagClassName
{
color: #9F9437;
}
</style>
background-color css
<style>
a { background-color: #9F9437; }
a { background-color: rgb(159,148,55); }
div.DivClassName
{
background-color: #9F9437;
}
.BgClassName
{
background-color: #9F9437;
}
</style>
border-color css
<style>
span { border-color: #9F9437; }
span { border-color: rgb(159,148,55); }
td.TdClassName
{
border-color: #9F9437;
}
.TagClassName
{
border-color: #9F9437;
}
</style>