Shades of Highball #9F9C48
Tints of Highball #9F9C48
RGB
CMYK
RGB Variations
Color information
#9F9C48 (or 0x9F9C48) is known color: Highball. HEX triplet: 9F, 9C and 48. RGB value is (159,156,72). Sum of RGB (Red+Green+Blue) = 159+156+72=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9C48 is #6063B7. Grayscale: #939393. Windows color (decimal): -6316984 or 4758687. OLE color: 4758687.
HSL color Cylindrical-coordinate representation of color #9F9C48: hue angle of 57.93º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F9C48 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 156 | 72 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.38 |
| HSL | 57.93º | 0.38% | 0.45% | - |
| HSV(B) | 57.93º | 0.55% | 0.62% | - |
| XYZ | 27.36 | 31.62 | 10.79 | - |
| YUV | 147.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 72 | 0 | 0.02 | 0.55 | 0.38 | 57.93 | 0.38 | 0.45 |
| Hex | 9F | 9C | 48 | 0 | 2 | 37 | 26 | 3A | 26 | 2D |
| Octal | 237 | 234 | 110 | 0 | 2 | 67 | 46 | 72 | 46 | 55 |
| Binary | 10011111 | 10011100 | 1001000 | 0 | 10 | 110111 | 100110 | 111010 | 100110 | 101101 |
Color Harmonies of #9F9C48
Complementary color
Monochromatic Colors of #9F9C48
Black with #9F9C48
Text Example
Text Example
White with #9F9C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9C48; }
p { color: rgb(159,156,72); }
H1.HeaderClassName
{
color: #9F9C48;
}
.AnyTagClassName
{
color: #9F9C48;
}
</style>
background-color css
<style>
a { background-color: #9F9C48; }
a { background-color: rgb(159,156,72); }
div.DivClassName
{
background-color: #9F9C48;
}
.BgClassName
{
background-color: #9F9C48;
}
</style>
border-color css
<style>
span { border-color: #9F9C48; }
span { border-color: rgb(159,156,72); }
td.TdClassName
{
border-color: #9F9C48;
}
.TagClassName
{
border-color: #9F9C48;
}
</style>