Shades of Highball #9A924E
Tints of Highball #9A924E
RGB
CMYK
RGB Variations
Color information
#9A924E (or 0x9A924E) is known color: Highball. HEX triplet: 9A, 92 and 4E. RGB value is (154,146,78). Sum of RGB (Red+Green+Blue) = 154+146+78=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 154 - color contains mainly: red. Hex color #9A924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A924E is #656DB1. Grayscale: #8C8C8C. Windows color (decimal): -6647218 or 5149338. OLE color: 5149338.
HSL color Cylindrical-coordinate representation of color #9A924E: hue angle of 53.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A924E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 78 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.40 |
| HSL | 53.68º | 0.33% | 0.45% | - |
| HSV(B) | 53.68º | 0.49% | 0.6% | - |
| XYZ | 24.98 | 27.98 | 11.29 | - |
| YUV | 140.64 | 92.65 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 78 | 0 | 0.05 | 0.49 | 0.40 | 53.68 | 0.33 | 0.45 |
| Hex | 9A | 92 | 4E | 0 | 5 | 31 | 28 | 36 | 21 | 2D |
| Octal | 232 | 222 | 116 | 0 | 5 | 61 | 50 | 66 | 41 | 55 |
| Binary | 10011010 | 10010010 | 1001110 | 0 | 101 | 110001 | 101000 | 110110 | 100001 | 101101 |
Color Harmonies of #9A924E
Complementary color
Monochromatic Colors of #9A924E
Black with #9A924E
Text Example
Text Example
White with #9A924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A924E; }
p { color: rgb(154,146,78); }
H1.HeaderClassName
{
color: #9A924E;
}
.AnyTagClassName
{
color: #9A924E;
}
</style>
background-color css
<style>
a { background-color: #9A924E; }
a { background-color: rgb(154,146,78); }
div.DivClassName
{
background-color: #9A924E;
}
.BgClassName
{
background-color: #9A924E;
}
</style>
border-color css
<style>
span { border-color: #9A924E; }
span { border-color: rgb(154,146,78); }
td.TdClassName
{
border-color: #9A924E;
}
.TagClassName
{
border-color: #9A924E;
}
</style>