Shades of Highball #9C8D4A
Tints of Highball #9C8D4A
RGB
CMYK
RGB Variations
Color information
#9C8D4A (or 0x9C8D4A) is known color: Highball. HEX triplet: 9C, 8D and 4A. RGB value is (156,141,74). Sum of RGB (Red+Green+Blue) = 156+141+74=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8D4A is #6372B5. Grayscale: #8A8A8A. Windows color (decimal): -6517430 or 4885916. OLE color: 4885916.
HSL color Cylindrical-coordinate representation of color #9C8D4A: hue angle of 49.02º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C8D4A is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 141 | 74 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.39 |
| HSL | 49.02º | 0.36% | 0.45% | - |
| HSV(B) | 49.02º | 0.53% | 0.61% | - |
| XYZ | 24.47 | 26.61 | 10.33 | - |
| YUV | 137.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 74 | 0 | 0.10 | 0.53 | 0.39 | 49.02 | 0.36 | 0.45 |
| Hex | 9C | 8D | 4A | 0 | A | 35 | 27 | 31 | 24 | 2D |
| Octal | 234 | 215 | 112 | 0 | 12 | 65 | 47 | 61 | 44 | 55 |
| Binary | 10011100 | 10001101 | 1001010 | 0 | 1010 | 110101 | 100111 | 110001 | 100100 | 101101 |
Color Harmonies of #9C8D4A
Complementary color
Monochromatic Colors of #9C8D4A
Black with #9C8D4A
Text Example
Text Example
White with #9C8D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8D4A; }
p { color: rgb(156,141,74); }
H1.HeaderClassName
{
color: #9C8D4A;
}
.AnyTagClassName
{
color: #9C8D4A;
}
</style>
background-color css
<style>
a { background-color: #9C8D4A; }
a { background-color: rgb(156,141,74); }
div.DivClassName
{
background-color: #9C8D4A;
}
.BgClassName
{
background-color: #9C8D4A;
}
</style>
border-color css
<style>
span { border-color: #9C8D4A; }
span { border-color: rgb(156,141,74); }
td.TdClassName
{
border-color: #9C8D4A;
}
.TagClassName
{
border-color: #9C8D4A;
}
</style>