Shades of Highball #9A8F50
Tints of Highball #9A8F50
RGB
CMYK
RGB Variations
Color information
#9A8F50 (or 0x9A8F50) is known color: Highball. HEX triplet: 9A, 8F and 50. RGB value is (154,143,80). Sum of RGB (Red+Green+Blue) = 154+143+80=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8F50 is #6570AF. Grayscale: #8B8B8B. Windows color (decimal): -6647984 or 5279642. OLE color: 5279642.
HSL color Cylindrical-coordinate representation of color #9A8F50: hue angle of 51.08º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A8F50 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 143 | 80 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.40 |
| HSL | 51.08º | 0.32% | 0.46% | - |
| HSV(B) | 51.08º | 0.48% | 0.6% | - |
| XYZ | 24.6 | 27.09 | 11.52 | - |
| YUV | 139.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 80 | 0 | 0.07 | 0.48 | 0.40 | 51.08 | 0.32 | 0.46 |
| Hex | 9A | 8F | 50 | 0 | 7 | 30 | 28 | 33 | 20 | 2E |
| Octal | 232 | 217 | 120 | 0 | 7 | 60 | 50 | 63 | 40 | 56 |
| Binary | 10011010 | 10001111 | 1010000 | 0 | 111 | 110000 | 101000 | 110011 | 100000 | 101110 |
Color Harmonies of #9A8F50
Complementary color
Monochromatic Colors of #9A8F50
Black with #9A8F50
Text Example
Text Example
White with #9A8F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F50; }
p { color: rgb(154,143,80); }
H1.HeaderClassName
{
color: #9A8F50;
}
.AnyTagClassName
{
color: #9A8F50;
}
</style>
background-color css
<style>
a { background-color: #9A8F50; }
a { background-color: rgb(154,143,80); }
div.DivClassName
{
background-color: #9A8F50;
}
.BgClassName
{
background-color: #9A8F50;
}
</style>
border-color css
<style>
span { border-color: #9A8F50; }
span { border-color: rgb(154,143,80); }
td.TdClassName
{
border-color: #9A8F50;
}
.TagClassName
{
border-color: #9A8F50;
}
</style>