Shades of Highball #9F9C38
Tints of Highball #9F9C38
RGB
CMYK
RGB Variations
Color information
#9F9C38 (or 0x9F9C38) is known color: Highball. HEX triplet: 9F, 9C and 38. RGB value is (159,156,56). Sum of RGB (Red+Green+Blue) = 159+156+56=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9C38 is #6063C7. Grayscale: #919191. Windows color (decimal): -6317000 or 3710111. OLE color: 3710111.
HSL color Cylindrical-coordinate representation of color #9F9C38: hue angle of 58.25º 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 #9F9C38 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 156 | 56 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.38 |
| HSL | 58.25º | 0.48% | 0.42% | - |
| HSV(B) | 58.25º | 0.65% | 0.62% | - |
| XYZ | 26.9 | 31.43 | 8.39 | - |
| YUV | 145.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 56 | 0 | 0.02 | 0.65 | 0.38 | 58.25 | 0.48 | 0.42 |
| Hex | 9F | 9C | 38 | 0 | 2 | 41 | 26 | 3A | 30 | 2A |
| Octal | 237 | 234 | 70 | 0 | 2 | 101 | 46 | 72 | 60 | 52 |
| Binary | 10011111 | 10011100 | 111000 | 0 | 10 | 1000001 | 100110 | 111010 | 110000 | 101010 |
Color Harmonies of #9F9C38
Complementary color
Monochromatic Colors of #9F9C38
Black with #9F9C38
Text Example
Text Example
White with #9F9C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9C38; }
p { color: rgb(159,156,56); }
H1.HeaderClassName
{
color: #9F9C38;
}
.AnyTagClassName
{
color: #9F9C38;
}
</style>
background-color css
<style>
a { background-color: #9F9C38; }
a { background-color: rgb(159,156,56); }
div.DivClassName
{
background-color: #9F9C38;
}
.BgClassName
{
background-color: #9F9C38;
}
</style>
border-color css
<style>
span { border-color: #9F9C38; }
span { border-color: rgb(159,156,56); }
td.TdClassName
{
border-color: #9F9C38;
}
.TagClassName
{
border-color: #9F9C38;
}
</style>