Shades of Highball #9B8A41
Tints of Highball #9B8A41
RGB
CMYK
RGB Variations
Color information
#9B8A41 (or 0x9B8A41) is known color: Highball. HEX triplet: 9B, 8A and 41. RGB value is (155,138,65). Sum of RGB (Red+Green+Blue) = 155+138+65=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8A41 is #6475BE. Grayscale: #878787. Windows color (decimal): -6583743 or 4295323. OLE color: 4295323.
HSL color Cylindrical-coordinate representation of color #9B8A41: hue angle of 48.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B8A41 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 65 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.39 |
| HSL | 48.67º | 0.41% | 0.43% | - |
| HSV(B) | 48.67º | 0.58% | 0.61% | - |
| XYZ | 23.56 | 25.53 | 8.69 | - |
| YUV | 134.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 65 | 0 | 0.11 | 0.58 | 0.39 | 48.67 | 0.41 | 0.43 |
| Hex | 9B | 8A | 41 | 0 | B | 3A | 27 | 31 | 29 | 2B |
| Octal | 233 | 212 | 101 | 0 | 13 | 72 | 47 | 61 | 51 | 53 |
| Binary | 10011011 | 10001010 | 1000001 | 0 | 1011 | 111010 | 100111 | 110001 | 101001 | 101011 |
Color Harmonies of #9B8A41
Complementary color
Monochromatic Colors of #9B8A41
Black with #9B8A41
Text Example
Text Example
White with #9B8A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A41; }
p { color: rgb(155,138,65); }
H1.HeaderClassName
{
color: #9B8A41;
}
.AnyTagClassName
{
color: #9B8A41;
}
</style>
background-color css
<style>
a { background-color: #9B8A41; }
a { background-color: rgb(155,138,65); }
div.DivClassName
{
background-color: #9B8A41;
}
.BgClassName
{
background-color: #9B8A41;
}
</style>
border-color css
<style>
span { border-color: #9B8A41; }
span { border-color: rgb(155,138,65); }
td.TdClassName
{
border-color: #9B8A41;
}
.TagClassName
{
border-color: #9B8A41;
}
</style>