Shades of Highball #9F9838
Tints of Highball #9F9838
RGB
CMYK
RGB Variations
Color information
#9F9838 (or 0x9F9838) is known color: Highball. HEX triplet: 9F, 98 and 38. RGB value is (159,152,56). Sum of RGB (Red+Green+Blue) = 159+152+56=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9838 is #6067C7. Grayscale: #8F8F8F. Windows color (decimal): -6318024 or 3709087. OLE color: 3709087.
HSL color Cylindrical-coordinate representation of color #9F9838: hue angle of 55.92º degrees, saturation: 0.48, 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 #9F9838 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 56 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.38 |
| HSL | 55.92º | 0.48% | 0.42% | - |
| HSV(B) | 55.92º | 0.65% | 0.62% | - |
| XYZ | 26.24 | 30.11 | 8.17 | - |
| YUV | 143.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 56 | 0 | 0.04 | 0.65 | 0.38 | 55.92 | 0.48 | 0.42 |
| Hex | 9F | 98 | 38 | 0 | 4 | 41 | 26 | 38 | 30 | 2A |
| Octal | 237 | 230 | 70 | 0 | 4 | 101 | 46 | 70 | 60 | 52 |
| Binary | 10011111 | 10011000 | 111000 | 0 | 100 | 1000001 | 100110 | 111000 | 110000 | 101010 |
Color Harmonies of #9F9838
Complementary color
Monochromatic Colors of #9F9838
Black with #9F9838
Text Example
Text Example
White with #9F9838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9838; }
p { color: rgb(159,152,56); }
H1.HeaderClassName
{
color: #9F9838;
}
.AnyTagClassName
{
color: #9F9838;
}
</style>
background-color css
<style>
a { background-color: #9F9838; }
a { background-color: rgb(159,152,56); }
div.DivClassName
{
background-color: #9F9838;
}
.BgClassName
{
background-color: #9F9838;
}
</style>
border-color css
<style>
span { border-color: #9F9838; }
span { border-color: rgb(159,152,56); }
td.TdClassName
{
border-color: #9F9838;
}
.TagClassName
{
border-color: #9F9838;
}
</style>