Shades of Highball #9A924B
Tints of Highball #9A924B
RGB
CMYK
RGB Variations
Color information
#9A924B (or 0x9A924B) is known color: Highball. HEX triplet: 9A, 92 and 4B. RGB value is (154,146,75). Sum of RGB (Red+Green+Blue) = 154+146+75=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A924B is #656DB4. Grayscale: #8C8C8C. Windows color (decimal): -6647221 or 4952730. OLE color: 4952730.
HSL color Cylindrical-coordinate representation of color #9A924B: hue angle of 53.92º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A924B is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 146 | 75 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.40 |
| HSL | 53.92º | 0.34% | 0.45% | - |
| HSV(B) | 53.92º | 0.51% | 0.6% | - |
| XYZ | 24.88 | 27.94 | 10.74 | - |
| YUV | 140.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 75 | 0 | 0.05 | 0.51 | 0.40 | 53.92 | 0.34 | 0.45 |
| Hex | 9A | 92 | 4B | 0 | 5 | 33 | 28 | 36 | 22 | 2D |
| Octal | 232 | 222 | 113 | 0 | 5 | 63 | 50 | 66 | 42 | 55 |
| Binary | 10011010 | 10010010 | 1001011 | 0 | 101 | 110011 | 101000 | 110110 | 100010 | 101101 |
Color Harmonies of #9A924B
Complementary color
Monochromatic Colors of #9A924B
Black with #9A924B
Text Example
Text Example
White with #9A924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A924B; }
p { color: rgb(154,146,75); }
H1.HeaderClassName
{
color: #9A924B;
}
.AnyTagClassName
{
color: #9A924B;
}
</style>
background-color css
<style>
a { background-color: #9A924B; }
a { background-color: rgb(154,146,75); }
div.DivClassName
{
background-color: #9A924B;
}
.BgClassName
{
background-color: #9A924B;
}
</style>
border-color css
<style>
span { border-color: #9A924B; }
span { border-color: rgb(154,146,75); }
td.TdClassName
{
border-color: #9A924B;
}
.TagClassName
{
border-color: #9A924B;
}
</style>