Shades of Highball #97984D
Tints of Highball #97984D
RGB
CMYK
RGB Variations
Color information
#97984D (or 0x97984D) is known color: Highball. HEX triplet: 97, 98 and 4D. RGB value is (151,152,77). Sum of RGB (Red+Green+Blue) = 151+152+77=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #97984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97984D is #6867B2. Grayscale: #8F8F8F. Windows color (decimal): -6842291 or 5085335. OLE color: 5085335.
HSL color Cylindrical-coordinate representation of color #97984D: hue angle of 60.8º 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 #97984D is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 152 | 77 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.40 |
| HSL | 60.8º | 0.33% | 0.45% | - |
| HSV(B) | 60.8º | 0.49% | 0.6% | - |
| XYZ | 25.33 | 29.57 | 11.39 | - |
| YUV | 143.15 | 90.67 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 152 | 77 | 0.01 | 0 | 0.49 | 0.40 | 60.8 | 0.33 | 0.45 |
| Hex | 97 | 98 | 4D | 1 | 0 | 31 | 28 | 3D | 21 | 2D |
| Octal | 227 | 230 | 115 | 1 | 0 | 61 | 50 | 75 | 41 | 55 |
| Binary | 10010111 | 10011000 | 1001101 | 1 | 0 | 110001 | 101000 | 111101 | 100001 | 101101 |
Color Harmonies of #97984D
Complementary color
Monochromatic Colors of #97984D
Black with #97984D
Text Example
Text Example
White with #97984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97984D; }
p { color: rgb(151,152,77); }
H1.HeaderClassName
{
color: #97984D;
}
.AnyTagClassName
{
color: #97984D;
}
</style>
background-color css
<style>
a { background-color: #97984D; }
a { background-color: rgb(151,152,77); }
div.DivClassName
{
background-color: #97984D;
}
.BgClassName
{
background-color: #97984D;
}
</style>
border-color css
<style>
span { border-color: #97984D; }
span { border-color: rgb(151,152,77); }
td.TdClassName
{
border-color: #97984D;
}
.TagClassName
{
border-color: #97984D;
}
</style>