Shades of Highball #9B8A35
Tints of Highball #9B8A35
RGB
CMYK
RGB Variations
Color information
#9B8A35 (or 0x9B8A35) is known color: Highball. HEX triplet: 9B, 8A and 35. RGB value is (155,138,53). Sum of RGB (Red+Green+Blue) = 155+138+53=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A35 is #6475CA. Grayscale: #858585. Windows color (decimal): -6583755 or 3508891. OLE color: 3508891.
HSL color Cylindrical-coordinate representation of color #9B8A35: hue angle of 50º degrees, saturation: 0.49, 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 #9B8A35 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 53 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.39 |
| HSL | 50º | 0.49% | 0.41% | - |
| HSV(B) | 50º | 0.66% | 0.61% | - |
| XYZ | 23.25 | 25.4 | 7.05 | - |
| YUV | 133.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 53 | 0 | 0.11 | 0.66 | 0.39 | 50 | 0.49 | 0.41 |
| Hex | 9B | 8A | 35 | 0 | B | 42 | 27 | 32 | 31 | 29 |
| Octal | 233 | 212 | 65 | 0 | 13 | 102 | 47 | 62 | 61 | 51 |
| Binary | 10011011 | 10001010 | 110101 | 0 | 1011 | 1000010 | 100111 | 110010 | 110001 | 101001 |
Color Harmonies of #9B8A35
Complementary color
Monochromatic Colors of #9B8A35
Black with #9B8A35
Text Example
Text Example
White with #9B8A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A35; }
p { color: rgb(155,138,53); }
H1.HeaderClassName
{
color: #9B8A35;
}
.AnyTagClassName
{
color: #9B8A35;
}
</style>
background-color css
<style>
a { background-color: #9B8A35; }
a { background-color: rgb(155,138,53); }
div.DivClassName
{
background-color: #9B8A35;
}
.BgClassName
{
background-color: #9B8A35;
}
</style>
border-color css
<style>
span { border-color: #9B8A35; }
span { border-color: rgb(155,138,53); }
td.TdClassName
{
border-color: #9B8A35;
}
.TagClassName
{
border-color: #9B8A35;
}
</style>