Shades of Highball #998D40
Tints of Highball #998D40
RGB
CMYK
RGB Variations
Color information
#998D40 (or 0x998D40) is known color: Highball. HEX triplet: 99, 8D and 40. RGB value is (153,141,64). Sum of RGB (Red+Green+Blue) = 153+141+64=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #998D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D40 is #6672BF. Grayscale: #888888. Windows color (decimal): -6714048 or 4230553. OLE color: 4230553.
HSL color Cylindrical-coordinate representation of color #998D40: hue angle of 51.91º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #998D40 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 64 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.4 |
| HSL | 51.91º | 0.41% | 0.43% | - |
| HSV(B) | 51.91º | 0.58% | 0.6% | - |
| XYZ | 23.59 | 26.19 | 8.66 | - |
| YUV | 135.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 64 | 0 | 0.08 | 0.58 | 0.4 | 51.91 | 0.41 | 0.43 |
| Hex | 99 | 8D | 40 | 0 | 8 | 3A | 28 | 34 | 29 | 2B |
| Octal | 231 | 215 | 100 | 0 | 10 | 72 | 50 | 64 | 51 | 53 |
| Binary | 10011001 | 10001101 | 1000000 | 0 | 1000 | 111010 | 101000 | 110100 | 101001 | 101011 |
Color Harmonies of #998D40
Complementary color
Monochromatic Colors of #998D40
Black with #998D40
Text Example
Text Example
White with #998D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D40; }
p { color: rgb(153,141,64); }
H1.HeaderClassName
{
color: #998D40;
}
.AnyTagClassName
{
color: #998D40;
}
</style>
background-color css
<style>
a { background-color: #998D40; }
a { background-color: rgb(153,141,64); }
div.DivClassName
{
background-color: #998D40;
}
.BgClassName
{
background-color: #998D40;
}
</style>
border-color css
<style>
span { border-color: #998D40; }
span { border-color: rgb(153,141,64); }
td.TdClassName
{
border-color: #998D40;
}
.TagClassName
{
border-color: #998D40;
}
</style>