Shades of Highball #9F9833
Tints of Highball #9F9833
RGB
CMYK
RGB Variations
Color information
#9F9833 (or 0x9F9833) is known color: Highball. HEX triplet: 9F, 98 and 33. RGB value is (159,152,51). Sum of RGB (Red+Green+Blue) = 159+152+51=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9833 is #6067CC. Grayscale: #8E8E8E. Windows color (decimal): -6318029 or 3381407. OLE color: 3381407.
HSL color Cylindrical-coordinate representation of color #9F9833: hue angle of 56.11º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F9833 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 51 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.38 |
| HSL | 56.11º | 0.51% | 0.41% | - |
| HSV(B) | 56.11º | 0.68% | 0.62% | - |
| XYZ | 26.12 | 30.07 | 7.56 | - |
| YUV | 142.58 | 76.32 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 51 | 0 | 0.04 | 0.68 | 0.38 | 56.11 | 0.51 | 0.41 |
| Hex | 9F | 98 | 33 | 0 | 4 | 44 | 26 | 38 | 33 | 29 |
| Octal | 237 | 230 | 63 | 0 | 4 | 104 | 46 | 70 | 63 | 51 |
| Binary | 10011111 | 10011000 | 110011 | 0 | 100 | 1000100 | 100110 | 111000 | 110011 | 101001 |
Color Harmonies of #9F9833
Complementary color
Monochromatic Colors of #9F9833
Black with #9F9833
Text Example
Text Example
White with #9F9833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9833; }
p { color: rgb(159,152,51); }
H1.HeaderClassName
{
color: #9F9833;
}
.AnyTagClassName
{
color: #9F9833;
}
</style>
background-color css
<style>
a { background-color: #9F9833; }
a { background-color: rgb(159,152,51); }
div.DivClassName
{
background-color: #9F9833;
}
.BgClassName
{
background-color: #9F9833;
}
</style>
border-color css
<style>
span { border-color: #9F9833; }
span { border-color: rgb(159,152,51); }
td.TdClassName
{
border-color: #9F9833;
}
.TagClassName
{
border-color: #9F9833;
}
</style>