Shades of Highball #9B8B34
Tints of Highball #9B8B34
RGB
CMYK
RGB Variations
Color information
#9B8B34 (or 0x9B8B34) is known color: Highball. HEX triplet: 9B, 8B and 34. RGB value is (155,139,52). Sum of RGB (Red+Green+Blue) = 155+139+52=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8B34 is #6474CB. Grayscale: #868686. Windows color (decimal): -6583500 or 3443611. OLE color: 3443611.
HSL color Cylindrical-coordinate representation of color #9B8B34: hue angle of 50.68º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B8B34 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 52 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.39 |
| HSL | 50.68º | 0.5% | 0.41% | - |
| HSV(B) | 50.68º | 0.66% | 0.61% | - |
| XYZ | 23.37 | 25.68 | 6.97 | - |
| YUV | 133.87 | 81.8 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 52 | 0 | 0.10 | 0.66 | 0.39 | 50.68 | 0.5 | 0.41 |
| Hex | 9B | 8B | 34 | 0 | A | 42 | 27 | 33 | 32 | 29 |
| Octal | 233 | 213 | 64 | 0 | 12 | 102 | 47 | 63 | 62 | 51 |
| Binary | 10011011 | 10001011 | 110100 | 0 | 1010 | 1000010 | 100111 | 110011 | 110010 | 101001 |
Color Harmonies of #9B8B34
Complementary color
Monochromatic Colors of #9B8B34
Black with #9B8B34
Text Example
Text Example
White with #9B8B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B34; }
p { color: rgb(155,139,52); }
H1.HeaderClassName
{
color: #9B8B34;
}
.AnyTagClassName
{
color: #9B8B34;
}
</style>
background-color css
<style>
a { background-color: #9B8B34; }
a { background-color: rgb(155,139,52); }
div.DivClassName
{
background-color: #9B8B34;
}
.BgClassName
{
background-color: #9B8B34;
}
</style>
border-color css
<style>
span { border-color: #9B8B34; }
span { border-color: rgb(155,139,52); }
td.TdClassName
{
border-color: #9B8B34;
}
.TagClassName
{
border-color: #9B8B34;
}
</style>