Shades of Highball #9B8942
Tints of Highball #9B8942
RGB
CMYK
RGB Variations
Color information
#9B8942 (or 0x9B8942) is known color: Highball. HEX triplet: 9B, 89 and 42. RGB value is (155,137,66). Sum of RGB (Red+Green+Blue) = 155+137+66=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8942 is #6476BD. Grayscale: #868686. Windows color (decimal): -6583998 or 4360603. OLE color: 4360603.
HSL color Cylindrical-coordinate representation of color #9B8942: hue angle of 47.87º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B8942 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 137 | 66 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.39 |
| HSL | 47.87º | 0.4% | 0.43% | - |
| HSV(B) | 47.87º | 0.57% | 0.61% | - |
| XYZ | 23.45 | 25.25 | 8.79 | - |
| YUV | 134.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 66 | 0 | 0.12 | 0.57 | 0.39 | 47.87 | 0.4 | 0.43 |
| Hex | 9B | 89 | 42 | 0 | C | 39 | 27 | 30 | 28 | 2B |
| Octal | 233 | 211 | 102 | 0 | 14 | 71 | 47 | 60 | 50 | 53 |
| Binary | 10011011 | 10001001 | 1000010 | 0 | 1100 | 111001 | 100111 | 110000 | 101000 | 101011 |
Color Harmonies of #9B8942
Complementary color
Monochromatic Colors of #9B8942
Black with #9B8942
Text Example
Text Example
White with #9B8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8942; }
p { color: rgb(155,137,66); }
H1.HeaderClassName
{
color: #9B8942;
}
.AnyTagClassName
{
color: #9B8942;
}
</style>
background-color css
<style>
a { background-color: #9B8942; }
a { background-color: rgb(155,137,66); }
div.DivClassName
{
background-color: #9B8942;
}
.BgClassName
{
background-color: #9B8942;
}
</style>
border-color css
<style>
span { border-color: #9B8942; }
span { border-color: rgb(155,137,66); }
td.TdClassName
{
border-color: #9B8942;
}
.TagClassName
{
border-color: #9B8942;
}
</style>