Shades of Highball #9A8E50
Tints of Highball #9A8E50
RGB
CMYK
RGB Variations
Color information
#9A8E50 (or 0x9A8E50) is known color: Highball. HEX triplet: 9A, 8E and 50. RGB value is (154,142,80). Sum of RGB (Red+Green+Blue) = 154+142+80=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8E50 is #6571AF. Grayscale: #8A8A8A. Windows color (decimal): -6648240 or 5279386. OLE color: 5279386.
HSL color Cylindrical-coordinate representation of color #9A8E50: hue angle of 50.27º 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 #9A8E50 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 142 | 80 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.40 |
| HSL | 50.27º | 0.32% | 0.46% | - |
| HSV(B) | 50.27º | 0.48% | 0.6% | - |
| XYZ | 24.45 | 26.8 | 11.47 | - |
| YUV | 138.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 80 | 0 | 0.08 | 0.48 | 0.40 | 50.27 | 0.32 | 0.46 |
| Hex | 9A | 8E | 50 | 0 | 8 | 30 | 28 | 32 | 20 | 2E |
| Octal | 232 | 216 | 120 | 0 | 10 | 60 | 50 | 62 | 40 | 56 |
| Binary | 10011010 | 10001110 | 1010000 | 0 | 1000 | 110000 | 101000 | 110010 | 100000 | 101110 |
Color Harmonies of #9A8E50
Complementary color
Monochromatic Colors of #9A8E50
Black with #9A8E50
Text Example
Text Example
White with #9A8E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8E50; }
p { color: rgb(154,142,80); }
H1.HeaderClassName
{
color: #9A8E50;
}
.AnyTagClassName
{
color: #9A8E50;
}
</style>
background-color css
<style>
a { background-color: #9A8E50; }
a { background-color: rgb(154,142,80); }
div.DivClassName
{
background-color: #9A8E50;
}
.BgClassName
{
background-color: #9A8E50;
}
</style>
border-color css
<style>
span { border-color: #9A8E50; }
span { border-color: rgb(154,142,80); }
td.TdClassName
{
border-color: #9A8E50;
}
.TagClassName
{
border-color: #9A8E50;
}
</style>