Shades of Highball #9A8935
Tints of Highball #9A8935
RGB
CMYK
RGB Variations
Color information
#9A8935 (or 0x9A8935) is known color: Highball. HEX triplet: 9A, 89 and 35. RGB value is (154,137,53). Sum of RGB (Red+Green+Blue) = 154+137+53=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8935 is #6576CA. Grayscale: #848484. Windows color (decimal): -6649547 or 3508634. OLE color: 3508634.
HSL color Cylindrical-coordinate representation of color #9A8935: hue angle of 49.9º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A8935 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 137 | 53 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.40 |
| HSL | 49.9º | 0.49% | 0.41% | - |
| HSV(B) | 49.9º | 0.66% | 0.6% | - |
| XYZ | 22.91 | 25.02 | 6.99 | - |
| YUV | 132.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 137 | 53 | 0 | 0.11 | 0.66 | 0.40 | 49.9 | 0.49 | 0.41 |
| Hex | 9A | 89 | 35 | 0 | B | 42 | 28 | 32 | 31 | 29 |
| Octal | 232 | 211 | 65 | 0 | 13 | 102 | 50 | 62 | 61 | 51 |
| Binary | 10011010 | 10001001 | 110101 | 0 | 1011 | 1000010 | 101000 | 110010 | 110001 | 101001 |
Color Harmonies of #9A8935
Complementary color
Monochromatic Colors of #9A8935
Black with #9A8935
Text Example
Text Example
White with #9A8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8935; }
p { color: rgb(154,137,53); }
H1.HeaderClassName
{
color: #9A8935;
}
.AnyTagClassName
{
color: #9A8935;
}
</style>
background-color css
<style>
a { background-color: #9A8935; }
a { background-color: rgb(154,137,53); }
div.DivClassName
{
background-color: #9A8935;
}
.BgClassName
{
background-color: #9A8935;
}
</style>
border-color css
<style>
span { border-color: #9A8935; }
span { border-color: rgb(154,137,53); }
td.TdClassName
{
border-color: #9A8935;
}
.TagClassName
{
border-color: #9A8935;
}
</style>