Shades of Highball #97924A
Tints of Highball #97924A
RGB
CMYK
RGB Variations
Color information
#97924A (or 0x97924A) is known color: Highball. HEX triplet: 97, 92 and 4A. RGB value is (151,146,74). Sum of RGB (Red+Green+Blue) = 151+146+74=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #97924A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97924A is #686DB5. Grayscale: #8B8B8B. Windows color (decimal): -6843830 or 4887191. OLE color: 4887191.
HSL color Cylindrical-coordinate representation of color #97924A: hue angle of 56.1º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97924A is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 146 | 74 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.41 |
| HSL | 56.1º | 0.34% | 0.44% | - |
| HSV(B) | 56.1º | 0.51% | 0.59% | - |
| XYZ | 24.28 | 27.63 | 10.53 | - |
| YUV | 139.29 | 91.16 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 146 | 74 | 0 | 0.03 | 0.51 | 0.41 | 56.1 | 0.34 | 0.44 |
| Hex | 97 | 92 | 4A | 0 | 3 | 33 | 29 | 38 | 22 | 2C |
| Octal | 227 | 222 | 112 | 0 | 3 | 63 | 51 | 70 | 42 | 54 |
| Binary | 10010111 | 10010010 | 1001010 | 0 | 11 | 110011 | 101001 | 111000 | 100010 | 101100 |
Color Harmonies of #97924A
Complementary color
Monochromatic Colors of #97924A
Black with #97924A
Text Example
Text Example
White with #97924A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97924A; }
p { color: rgb(151,146,74); }
H1.HeaderClassName
{
color: #97924A;
}
.AnyTagClassName
{
color: #97924A;
}
</style>
background-color css
<style>
a { background-color: #97924A; }
a { background-color: rgb(151,146,74); }
div.DivClassName
{
background-color: #97924A;
}
.BgClassName
{
background-color: #97924A;
}
</style>
border-color css
<style>
span { border-color: #97924A; }
span { border-color: rgb(151,146,74); }
td.TdClassName
{
border-color: #97924A;
}
.TagClassName
{
border-color: #97924A;
}
</style>