Shades of Highball #9B8C46
Tints of Highball #9B8C46
RGB
CMYK
RGB Variations
Color information
#9B8C46 (or 0x9B8C46) is known color: Highball. HEX triplet: 9B, 8C and 46. RGB value is (155,140,70). Sum of RGB (Red+Green+Blue) = 155+140+70=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8C46 is #6473B9. Grayscale: #888888. Windows color (decimal): -6583226 or 4623515. OLE color: 4623515.
HSL color Cylindrical-coordinate representation of color #9B8C46: hue angle of 49.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B8C46 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 70 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.39 |
| HSL | 49.41º | 0.38% | 0.44% | - |
| HSV(B) | 49.41º | 0.55% | 0.61% | - |
| XYZ | 24 | 26.17 | 9.58 | - |
| YUV | 136.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 70 | 0 | 0.10 | 0.55 | 0.39 | 49.41 | 0.38 | 0.44 |
| Hex | 9B | 8C | 46 | 0 | A | 37 | 27 | 31 | 26 | 2C |
| Octal | 233 | 214 | 106 | 0 | 12 | 67 | 47 | 61 | 46 | 54 |
| Binary | 10011011 | 10001100 | 1000110 | 0 | 1010 | 110111 | 100111 | 110001 | 100110 | 101100 |
Color Harmonies of #9B8C46
Complementary color
Monochromatic Colors of #9B8C46
Black with #9B8C46
Text Example
Text Example
White with #9B8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C46; }
p { color: rgb(155,140,70); }
H1.HeaderClassName
{
color: #9B8C46;
}
.AnyTagClassName
{
color: #9B8C46;
}
</style>
background-color css
<style>
a { background-color: #9B8C46; }
a { background-color: rgb(155,140,70); }
div.DivClassName
{
background-color: #9B8C46;
}
.BgClassName
{
background-color: #9B8C46;
}
</style>
border-color css
<style>
span { border-color: #9B8C46; }
span { border-color: rgb(155,140,70); }
td.TdClassName
{
border-color: #9B8C46;
}
.TagClassName
{
border-color: #9B8C46;
}
</style>