Shades of Highball #9C942F
Tints of Highball #9C942F
RGB
CMYK
RGB Variations
Color information
#9C942F (or 0x9C942F) is known color: Highball. HEX triplet: 9C, 94 and 2F. RGB value is (156,148,47). Sum of RGB (Red+Green+Blue) = 156+148+47=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C942F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C942F is #636BD0. Grayscale: #8B8B8B. Windows color (decimal): -6515665 or 3118236. OLE color: 3118236.
HSL color Cylindrical-coordinate representation of color #9C942F: hue angle of 55.6º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C942F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 47 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.39 |
| HSL | 55.6º | 0.54% | 0.4% | - |
| HSV(B) | 55.6º | 0.7% | 0.61% | - |
| XYZ | 24.81 | 28.45 | 6.87 | - |
| YUV | 138.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 47 | 0 | 0.05 | 0.70 | 0.39 | 55.6 | 0.54 | 0.4 |
| Hex | 9C | 94 | 2F | 0 | 5 | 46 | 27 | 38 | 36 | 28 |
| Octal | 234 | 224 | 57 | 0 | 5 | 106 | 47 | 70 | 66 | 50 |
| Binary | 10011100 | 10010100 | 101111 | 0 | 101 | 1000110 | 100111 | 111000 | 110110 | 101000 |
Color Harmonies of #9C942F
Complementary color
Monochromatic Colors of #9C942F
Black with #9C942F
Text Example
Text Example
White with #9C942F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C942F; }
p { color: rgb(156,148,47); }
H1.HeaderClassName
{
color: #9C942F;
}
.AnyTagClassName
{
color: #9C942F;
}
</style>
background-color css
<style>
a { background-color: #9C942F; }
a { background-color: rgb(156,148,47); }
div.DivClassName
{
background-color: #9C942F;
}
.BgClassName
{
background-color: #9C942F;
}
</style>
border-color css
<style>
span { border-color: #9C942F; }
span { border-color: rgb(156,148,47); }
td.TdClassName
{
border-color: #9C942F;
}
.TagClassName
{
border-color: #9C942F;
}
</style>