Shades of Highball #9F9C46
Tints of Highball #9F9C46
RGB
CMYK
RGB Variations
Color information
#9F9C46 (or 0x9F9C46) is known color: Highball. HEX triplet: 9F, 9C and 46. RGB value is (159,156,70). Sum of RGB (Red+Green+Blue) = 159+156+70=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9C46 is #6063B9. Grayscale: #939393. Windows color (decimal): -6316986 or 4627615. OLE color: 4627615.
HSL color Cylindrical-coordinate representation of color #9F9C46: hue angle of 57.98º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F9C46 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 156 | 70 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.38 |
| HSL | 57.98º | 0.39% | 0.45% | - |
| HSV(B) | 57.98º | 0.56% | 0.62% | - |
| XYZ | 27.29 | 31.59 | 10.45 | - |
| YUV | 147.09 | 84.49 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 70 | 0 | 0.02 | 0.56 | 0.38 | 57.98 | 0.39 | 0.45 |
| Hex | 9F | 9C | 46 | 0 | 2 | 38 | 26 | 3A | 27 | 2D |
| Octal | 237 | 234 | 106 | 0 | 2 | 70 | 46 | 72 | 47 | 55 |
| Binary | 10011111 | 10011100 | 1000110 | 0 | 10 | 111000 | 100110 | 111010 | 100111 | 101101 |
Color Harmonies of #9F9C46
Complementary color
Monochromatic Colors of #9F9C46
Black with #9F9C46
Text Example
Text Example
White with #9F9C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9C46; }
p { color: rgb(159,156,70); }
H1.HeaderClassName
{
color: #9F9C46;
}
.AnyTagClassName
{
color: #9F9C46;
}
</style>
background-color css
<style>
a { background-color: #9F9C46; }
a { background-color: rgb(159,156,70); }
div.DivClassName
{
background-color: #9F9C46;
}
.BgClassName
{
background-color: #9F9C46;
}
</style>
border-color css
<style>
span { border-color: #9F9C46; }
span { border-color: rgb(159,156,70); }
td.TdClassName
{
border-color: #9F9C46;
}
.TagClassName
{
border-color: #9F9C46;
}
</style>