Shades of Highball #9B943B
Tints of Highball #9B943B
RGB
CMYK
RGB Variations
Color information
#9B943B (or 0x9B943B) is known color: Highball. HEX triplet: 9B, 94 and 3B. RGB value is (155,148,59). Sum of RGB (Red+Green+Blue) = 155+148+59=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B943B is #646BC4. Grayscale: #8C8C8C. Windows color (decimal): -6581189 or 3904667. OLE color: 3904667.
HSL color Cylindrical-coordinate representation of color #9B943B: hue angle of 55.62º 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 #9B943B is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 59 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.39 |
| HSL | 55.63º | 0.45% | 0.42% | - |
| HSV(B) | 55.63º | 0.62% | 0.61% | - |
| XYZ | 24.9 | 28.46 | 8.32 | - |
| YUV | 139.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 59 | 0 | 0.05 | 0.62 | 0.39 | 55.63 | 0.45 | 0.42 |
| Hex | 9B | 94 | 3B | 0 | 5 | 3E | 27 | 38 | 2D | 2A |
| Octal | 233 | 224 | 73 | 0 | 5 | 76 | 47 | 70 | 55 | 52 |
| Binary | 10011011 | 10010100 | 111011 | 0 | 101 | 111110 | 100111 | 111000 | 101101 | 101010 |
Color Harmonies of #9B943B
Complementary color
Monochromatic Colors of #9B943B
Black with #9B943B
Text Example
Text Example
White with #9B943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B943B; }
p { color: rgb(155,148,59); }
H1.HeaderClassName
{
color: #9B943B;
}
.AnyTagClassName
{
color: #9B943B;
}
</style>
background-color css
<style>
a { background-color: #9B943B; }
a { background-color: rgb(155,148,59); }
div.DivClassName
{
background-color: #9B943B;
}
.BgClassName
{
background-color: #9B943B;
}
</style>
border-color css
<style>
span { border-color: #9B943B; }
span { border-color: rgb(155,148,59); }
td.TdClassName
{
border-color: #9B943B;
}
.TagClassName
{
border-color: #9B943B;
}
</style>