Shades of Highball #9B973B
Tints of Highball #9B973B
RGB
CMYK
RGB Variations
Color information
#9B973B (or 0x9B973B) is known color: Highball. HEX triplet: 9B, 97 and 3B. RGB value is (155,151,59). Sum of RGB (Red+Green+Blue) = 155+151+59=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B973B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B973B is #6468C4. Grayscale: #8E8E8E. Windows color (decimal): -6580421 or 3905435. OLE color: 3905435.
HSL color Cylindrical-coordinate representation of color #9B973B: hue angle of 57.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B973B is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 151 | 59 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.39 |
| HSL | 57.5º | 0.45% | 0.42% | - |
| HSV(B) | 57.5º | 0.62% | 0.61% | - |
| XYZ | 25.37 | 29.42 | 8.48 | - |
| YUV | 141.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 151 | 59 | 0 | 0.03 | 0.62 | 0.39 | 57.5 | 0.45 | 0.42 |
| Hex | 9B | 97 | 3B | 0 | 3 | 3E | 27 | 3A | 2D | 2A |
| Octal | 233 | 227 | 73 | 0 | 3 | 76 | 47 | 72 | 55 | 52 |
| Binary | 10011011 | 10010111 | 111011 | 0 | 11 | 111110 | 100111 | 111010 | 101101 | 101010 |
Color Harmonies of #9B973B
Complementary color
Monochromatic Colors of #9B973B
Black with #9B973B
Text Example
Text Example
White with #9B973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B973B; }
p { color: rgb(155,151,59); }
H1.HeaderClassName
{
color: #9B973B;
}
.AnyTagClassName
{
color: #9B973B;
}
</style>
background-color css
<style>
a { background-color: #9B973B; }
a { background-color: rgb(155,151,59); }
div.DivClassName
{
background-color: #9B973B;
}
.BgClassName
{
background-color: #9B973B;
}
</style>
border-color css
<style>
span { border-color: #9B973B; }
span { border-color: rgb(155,151,59); }
td.TdClassName
{
border-color: #9B973B;
}
.TagClassName
{
border-color: #9B973B;
}
</style>