Shades of Highball #9F933F
Tints of Highball #9F933F
RGB
CMYK
RGB Variations
Color information
#9F933F (or 0x9F933F) is known color: Highball. HEX triplet: 9F, 93 and 3F. RGB value is (159,147,63). Sum of RGB (Red+Green+Blue) = 159+147+63=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F933F is #606CC0. Grayscale: #8D8D8D. Windows color (decimal): -6319297 or 4166559. OLE color: 4166559.
HSL color Cylindrical-coordinate representation of color #9F933F: hue angle of 52.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F933F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 63 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.38 |
| HSL | 52.5º | 0.43% | 0.44% | - |
| HSV(B) | 52.5º | 0.6% | 0.62% | - |
| XYZ | 25.63 | 28.6 | 8.87 | - |
| YUV | 141.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 63 | 0 | 0.08 | 0.60 | 0.38 | 52.5 | 0.43 | 0.44 |
| Hex | 9F | 93 | 3F | 0 | 8 | 3C | 26 | 34 | 2B | 2C |
| Octal | 237 | 223 | 77 | 0 | 10 | 74 | 46 | 64 | 53 | 54 |
| Binary | 10011111 | 10010011 | 111111 | 0 | 1000 | 111100 | 100110 | 110100 | 101011 | 101100 |
Color Harmonies of #9F933F
Complementary color
Monochromatic Colors of #9F933F
Black with #9F933F
Text Example
Text Example
White with #9F933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F933F; }
p { color: rgb(159,147,63); }
H1.HeaderClassName
{
color: #9F933F;
}
.AnyTagClassName
{
color: #9F933F;
}
</style>
background-color css
<style>
a { background-color: #9F933F; }
a { background-color: rgb(159,147,63); }
div.DivClassName
{
background-color: #9F933F;
}
.BgClassName
{
background-color: #9F933F;
}
</style>
border-color css
<style>
span { border-color: #9F933F; }
span { border-color: rgb(159,147,63); }
td.TdClassName
{
border-color: #9F933F;
}
.TagClassName
{
border-color: #9F933F;
}
</style>