Shades of Highball #9B994B
Tints of Highball #9B994B
RGB
CMYK
RGB Variations
Color information
#9B994B (or 0x9B994B) is known color: Highball. HEX triplet: 9B, 99 and 4B. RGB value is (155,153,75). Sum of RGB (Red+Green+Blue) = 155+153+75=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B994B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B994B is #6466B4. Grayscale: #919191. Windows color (decimal): -6579893 or 4954523. OLE color: 4954523.
HSL color Cylindrical-coordinate representation of color #9B994B: hue angle of 58.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B994B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 75 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.39 |
| HSL | 58.5º | 0.35% | 0.45% | - |
| HSV(B) | 58.5º | 0.52% | 0.61% | - |
| XYZ | 26.18 | 30.26 | 11.12 | - |
| YUV | 144.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 75 | 0 | 0.01 | 0.52 | 0.39 | 58.5 | 0.35 | 0.45 |
| Hex | 9B | 99 | 4B | 0 | 1 | 34 | 27 | 3A | 23 | 2D |
| Octal | 233 | 231 | 113 | 0 | 1 | 64 | 47 | 72 | 43 | 55 |
| Binary | 10011011 | 10011001 | 1001011 | 0 | 1 | 110100 | 100111 | 111010 | 100011 | 101101 |
Color Harmonies of #9B994B
Complementary color
Monochromatic Colors of #9B994B
Black with #9B994B
Text Example
Text Example
White with #9B994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B994B; }
p { color: rgb(155,153,75); }
H1.HeaderClassName
{
color: #9B994B;
}
.AnyTagClassName
{
color: #9B994B;
}
</style>
background-color css
<style>
a { background-color: #9B994B; }
a { background-color: rgb(155,153,75); }
div.DivClassName
{
background-color: #9B994B;
}
.BgClassName
{
background-color: #9B994B;
}
</style>
border-color css
<style>
span { border-color: #9B994B; }
span { border-color: rgb(155,153,75); }
td.TdClassName
{
border-color: #9B994B;
}
.TagClassName
{
border-color: #9B994B;
}
</style>