Shades of Highball #9C9442
Tints of Highball #9C9442
RGB
CMYK
RGB Variations
Color information
#9C9442 (or 0x9C9442) is known color: Highball. HEX triplet: 9C, 94 and 42. RGB value is (156,148,66). Sum of RGB (Red+Green+Blue) = 156+148+66=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9442 is #636BBD. Grayscale: #8D8D8D. Windows color (decimal): -6515646 or 4363420. OLE color: 4363420.
HSL color Cylindrical-coordinate representation of color #9C9442: hue angle of 54.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C9442 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 148 | 66 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.39 |
| HSL | 54.67º | 0.41% | 0.44% | - |
| HSV(B) | 54.67º | 0.58% | 0.61% | - |
| XYZ | 25.28 | 28.64 | 9.35 | - |
| YUV | 141.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 148 | 66 | 0 | 0.05 | 0.58 | 0.39 | 54.67 | 0.41 | 0.44 |
| Hex | 9C | 94 | 42 | 0 | 5 | 3A | 27 | 37 | 29 | 2C |
| Octal | 234 | 224 | 102 | 0 | 5 | 72 | 47 | 67 | 51 | 54 |
| Binary | 10011100 | 10010100 | 1000010 | 0 | 101 | 111010 | 100111 | 110111 | 101001 | 101100 |
Color Harmonies of #9C9442
Complementary color
Monochromatic Colors of #9C9442
Black with #9C9442
Text Example
Text Example
White with #9C9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9442; }
p { color: rgb(156,148,66); }
H1.HeaderClassName
{
color: #9C9442;
}
.AnyTagClassName
{
color: #9C9442;
}
</style>
background-color css
<style>
a { background-color: #9C9442; }
a { background-color: rgb(156,148,66); }
div.DivClassName
{
background-color: #9C9442;
}
.BgClassName
{
background-color: #9C9442;
}
</style>
border-color css
<style>
span { border-color: #9C9442; }
span { border-color: rgb(156,148,66); }
td.TdClassName
{
border-color: #9C9442;
}
.TagClassName
{
border-color: #9C9442;
}
</style>