Shades of Highball #9A8C50
Tints of Highball #9A8C50
RGB
CMYK
RGB Variations
Color information
#9A8C50 (or 0x9A8C50) is known color: Highball. HEX triplet: 9A, 8C and 50. RGB value is (154,140,80). Sum of RGB (Red+Green+Blue) = 154+140+80=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8C50 is #6573AF. Grayscale: #898989. Windows color (decimal): -6648752 or 5278874. OLE color: 5278874.
HSL color Cylindrical-coordinate representation of color #9A8C50: hue angle of 48.65º 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 #9A8C50 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 140 | 80 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.40 |
| HSL | 48.65º | 0.32% | 0.46% | - |
| HSV(B) | 48.65º | 0.48% | 0.6% | - |
| XYZ | 24.15 | 26.21 | 11.37 | - |
| YUV | 137.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 80 | 0 | 0.09 | 0.48 | 0.40 | 48.65 | 0.32 | 0.46 |
| Hex | 9A | 8C | 50 | 0 | 9 | 30 | 28 | 31 | 20 | 2E |
| Octal | 232 | 214 | 120 | 0 | 11 | 60 | 50 | 61 | 40 | 56 |
| Binary | 10011010 | 10001100 | 1010000 | 0 | 1001 | 110000 | 101000 | 110001 | 100000 | 101110 |
Color Harmonies of #9A8C50
Complementary color
Monochromatic Colors of #9A8C50
Black with #9A8C50
Text Example
Text Example
White with #9A8C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8C50; }
p { color: rgb(154,140,80); }
H1.HeaderClassName
{
color: #9A8C50;
}
.AnyTagClassName
{
color: #9A8C50;
}
</style>
background-color css
<style>
a { background-color: #9A8C50; }
a { background-color: rgb(154,140,80); }
div.DivClassName
{
background-color: #9A8C50;
}
.BgClassName
{
background-color: #9A8C50;
}
</style>
border-color css
<style>
span { border-color: #9A8C50; }
span { border-color: rgb(154,140,80); }
td.TdClassName
{
border-color: #9A8C50;
}
.TagClassName
{
border-color: #9A8C50;
}
</style>