Shades of Highball #998D45
Tints of Highball #998D45
RGB
CMYK
RGB Variations
Color information
#998D45 (or 0x998D45) is known color: Highball. HEX triplet: 99, 8D and 45. RGB value is (153,141,69). Sum of RGB (Red+Green+Blue) = 153+141+69=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #998D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D45 is #6672BA. Grayscale: #888888. Windows color (decimal): -6714043 or 4558233. OLE color: 4558233.
HSL color Cylindrical-coordinate representation of color #998D45: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #998D45 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 69 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.4 |
| HSL | 51.43º | 0.38% | 0.44% | - |
| HSV(B) | 51.43º | 0.55% | 0.6% | - |
| XYZ | 23.74 | 26.25 | 9.45 | - |
| YUV | 136.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 69 | 0 | 0.08 | 0.55 | 0.4 | 51.43 | 0.38 | 0.44 |
| Hex | 99 | 8D | 45 | 0 | 8 | 37 | 28 | 33 | 26 | 2C |
| Octal | 231 | 215 | 105 | 0 | 10 | 67 | 50 | 63 | 46 | 54 |
| Binary | 10011001 | 10001101 | 1000101 | 0 | 1000 | 110111 | 101000 | 110011 | 100110 | 101100 |
Color Harmonies of #998D45
Complementary color
Monochromatic Colors of #998D45
Black with #998D45
Text Example
Text Example
White with #998D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D45; }
p { color: rgb(153,141,69); }
H1.HeaderClassName
{
color: #998D45;
}
.AnyTagClassName
{
color: #998D45;
}
</style>
background-color css
<style>
a { background-color: #998D45; }
a { background-color: rgb(153,141,69); }
div.DivClassName
{
background-color: #998D45;
}
.BgClassName
{
background-color: #998D45;
}
</style>
border-color css
<style>
span { border-color: #998D45; }
span { border-color: rgb(153,141,69); }
td.TdClassName
{
border-color: #998D45;
}
.TagClassName
{
border-color: #998D45;
}
</style>