Shades of Highball #9B994C
Tints of Highball #9B994C
RGB
CMYK
RGB Variations
Color information
#9B994C (or 0x9B994C) is known color: Highball. HEX triplet: 9B, 99 and 4C. RGB value is (155,153,76). Sum of RGB (Red+Green+Blue) = 155+153+76=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B994C is #6466B3. Grayscale: #919191. Windows color (decimal): -6579892 or 5020059. OLE color: 5020059.
HSL color Cylindrical-coordinate representation of color #9B994C: hue angle of 58.48º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B994C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 76 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.39 |
| HSL | 58.48º | 0.34% | 0.45% | - |
| HSV(B) | 58.48º | 0.51% | 0.61% | - |
| XYZ | 26.21 | 30.27 | 11.3 | - |
| YUV | 144.82 | 89.16 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 76 | 0 | 0.01 | 0.51 | 0.39 | 58.48 | 0.34 | 0.45 |
| Hex | 9B | 99 | 4C | 0 | 1 | 33 | 27 | 3A | 22 | 2D |
| Octal | 233 | 231 | 114 | 0 | 1 | 63 | 47 | 72 | 42 | 55 |
| Binary | 10011011 | 10011001 | 1001100 | 0 | 1 | 110011 | 100111 | 111010 | 100010 | 101101 |
Color Harmonies of #9B994C
Complementary color
Monochromatic Colors of #9B994C
Black with #9B994C
Text Example
Text Example
White with #9B994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B994C; }
p { color: rgb(155,153,76); }
H1.HeaderClassName
{
color: #9B994C;
}
.AnyTagClassName
{
color: #9B994C;
}
</style>
background-color css
<style>
a { background-color: #9B994C; }
a { background-color: rgb(155,153,76); }
div.DivClassName
{
background-color: #9B994C;
}
.BgClassName
{
background-color: #9B994C;
}
</style>
border-color css
<style>
span { border-color: #9B994C; }
span { border-color: rgb(155,153,76); }
td.TdClassName
{
border-color: #9B994C;
}
.TagClassName
{
border-color: #9B994C;
}
</style>