Shades of Highball #97904D
Tints of Highball #97904D
RGB
CMYK
RGB Variations
Color information
#97904D (or 0x97904D) is known color: Highball. HEX triplet: 97, 90 and 4D. RGB value is (151,144,77). Sum of RGB (Red+Green+Blue) = 151+144+77=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #97904D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97904D is #686FB2. Grayscale: #8A8A8A. Windows color (decimal): -6844339 or 5083287. OLE color: 5083287.
HSL color Cylindrical-coordinate representation of color #97904D: hue angle of 54.32º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97904D is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 144 | 77 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.41 |
| HSL | 54.32º | 0.32% | 0.45% | - |
| HSV(B) | 54.32º | 0.49% | 0.59% | - |
| XYZ | 24.08 | 27.06 | 10.98 | - |
| YUV | 138.46 | 93.32 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 77 | 0 | 0.05 | 0.49 | 0.41 | 54.32 | 0.32 | 0.45 |
| Hex | 97 | 90 | 4D | 0 | 5 | 31 | 29 | 36 | 20 | 2D |
| Octal | 227 | 220 | 115 | 0 | 5 | 61 | 51 | 66 | 40 | 55 |
| Binary | 10010111 | 10010000 | 1001101 | 0 | 101 | 110001 | 101001 | 110110 | 100000 | 101101 |
Color Harmonies of #97904D
Complementary color
Monochromatic Colors of #97904D
Black with #97904D
Text Example
Text Example
White with #97904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97904D; }
p { color: rgb(151,144,77); }
H1.HeaderClassName
{
color: #97904D;
}
.AnyTagClassName
{
color: #97904D;
}
</style>
background-color css
<style>
a { background-color: #97904D; }
a { background-color: rgb(151,144,77); }
div.DivClassName
{
background-color: #97904D;
}
.BgClassName
{
background-color: #97904D;
}
</style>
border-color css
<style>
span { border-color: #97904D; }
span { border-color: rgb(151,144,77); }
td.TdClassName
{
border-color: #97904D;
}
.TagClassName
{
border-color: #97904D;
}
</style>