Shades of Highball #97904A
Tints of Highball #97904A
RGB
CMYK
RGB Variations
Color information
#97904A (or 0x97904A) is known color: Highball. HEX triplet: 97, 90 and 4A. RGB value is (151,144,74). Sum of RGB (Red+Green+Blue) = 151+144+74=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #97904A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97904A is #686FB5. Grayscale: #8A8A8A. Windows color (decimal): -6844342 or 4886679. OLE color: 4886679.
HSL color Cylindrical-coordinate representation of color #97904A: hue angle of 54.55º 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 #97904A is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 144 | 74 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.41 |
| HSL | 54.55º | 0.34% | 0.44% | - |
| HSV(B) | 54.55º | 0.51% | 0.59% | - |
| XYZ | 23.97 | 27.02 | 10.43 | - |
| YUV | 138.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 74 | 0 | 0.05 | 0.51 | 0.41 | 54.55 | 0.34 | 0.44 |
| Hex | 97 | 90 | 4A | 0 | 5 | 33 | 29 | 37 | 22 | 2C |
| Octal | 227 | 220 | 112 | 0 | 5 | 63 | 51 | 67 | 42 | 54 |
| Binary | 10010111 | 10010000 | 1001010 | 0 | 101 | 110011 | 101001 | 110111 | 100010 | 101100 |
Color Harmonies of #97904A
Complementary color
Monochromatic Colors of #97904A
Black with #97904A
Text Example
Text Example
White with #97904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97904A; }
p { color: rgb(151,144,74); }
H1.HeaderClassName
{
color: #97904A;
}
.AnyTagClassName
{
color: #97904A;
}
</style>
background-color css
<style>
a { background-color: #97904A; }
a { background-color: rgb(151,144,74); }
div.DivClassName
{
background-color: #97904A;
}
.BgClassName
{
background-color: #97904A;
}
</style>
border-color css
<style>
span { border-color: #97904A; }
span { border-color: rgb(151,144,74); }
td.TdClassName
{
border-color: #97904A;
}
.TagClassName
{
border-color: #97904A;
}
</style>