Shades of Highball #9B9442
Tints of Highball #9B9442
RGB
CMYK
RGB Variations
Color information
#9B9442 (or 0x9B9442) is known color: Highball. HEX triplet: 9B, 94 and 42. RGB value is (155,148,66). Sum of RGB (Red+Green+Blue) = 155+148+66=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B9442 is #646BBD. Grayscale: #8D8D8D. Windows color (decimal): -6581182 or 4363419. OLE color: 4363419.
HSL color Cylindrical-coordinate representation of color #9B9442: hue angle of 55.28º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B9442 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 66 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.39 |
| HSL | 55.28º | 0.4% | 0.43% | - |
| HSV(B) | 55.28º | 0.57% | 0.61% | - |
| XYZ | 25.09 | 28.54 | 9.34 | - |
| YUV | 140.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 66 | 0 | 0.05 | 0.57 | 0.39 | 55.28 | 0.4 | 0.43 |
| Hex | 9B | 94 | 42 | 0 | 5 | 39 | 27 | 37 | 28 | 2B |
| Octal | 233 | 224 | 102 | 0 | 5 | 71 | 47 | 67 | 50 | 53 |
| Binary | 10011011 | 10010100 | 1000010 | 0 | 101 | 111001 | 100111 | 110111 | 101000 | 101011 |
Color Harmonies of #9B9442
Complementary color
Monochromatic Colors of #9B9442
Black with #9B9442
Text Example
Text Example
White with #9B9442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9442; }
p { color: rgb(155,148,66); }
H1.HeaderClassName
{
color: #9B9442;
}
.AnyTagClassName
{
color: #9B9442;
}
</style>
background-color css
<style>
a { background-color: #9B9442; }
a { background-color: rgb(155,148,66); }
div.DivClassName
{
background-color: #9B9442;
}
.BgClassName
{
background-color: #9B9442;
}
</style>
border-color css
<style>
span { border-color: #9B9442; }
span { border-color: rgb(155,148,66); }
td.TdClassName
{
border-color: #9B9442;
}
.TagClassName
{
border-color: #9B9442;
}
</style>