Shades of Highball #9A9354
Tints of Highball #9A9354
RGB
CMYK
RGB Variations
Color information
#9A9354 (or 0x9A9354) is known color: Highball. HEX triplet: 9A, 93 and 54. RGB value is (154,147,84). Sum of RGB (Red+Green+Blue) = 154+147+84=385 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9354 is #656CAB. Grayscale: #8E8E8E. Windows color (decimal): -6646956 or 5542810. OLE color: 5542810.
HSL color Cylindrical-coordinate representation of color #9A9354: hue angle of 54º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A9354 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 84 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.40 |
| HSL | 54º | 0.29% | 0.47% | - |
| HSV(B) | 54º | 0.45% | 0.6% | - |
| XYZ | 25.36 | 28.38 | 12.53 | - |
| YUV | 141.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 84 | 0 | 0.05 | 0.45 | 0.40 | 54 | 0.29 | 0.47 |
| Hex | 9A | 93 | 54 | 0 | 5 | 2D | 28 | 36 | 1D | 2F |
| Octal | 232 | 223 | 124 | 0 | 5 | 55 | 50 | 66 | 35 | 57 |
| Binary | 10011010 | 10010011 | 1010100 | 0 | 101 | 101101 | 101000 | 110110 | 11101 | 101111 |
Color Harmonies of #9A9354
Complementary color
Monochromatic Colors of #9A9354
Black with #9A9354
Text Example
Text Example
White with #9A9354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9354; }
p { color: rgb(154,147,84); }
H1.HeaderClassName
{
color: #9A9354;
}
.AnyTagClassName
{
color: #9A9354;
}
</style>
background-color css
<style>
a { background-color: #9A9354; }
a { background-color: rgb(154,147,84); }
div.DivClassName
{
background-color: #9A9354;
}
.BgClassName
{
background-color: #9A9354;
}
</style>
border-color css
<style>
span { border-color: #9A9354; }
span { border-color: rgb(154,147,84); }
td.TdClassName
{
border-color: #9A9354;
}
.TagClassName
{
border-color: #9A9354;
}
</style>