Shades of Highball #998E44
Tints of Highball #998E44
RGB
CMYK
RGB Variations
Color information
#998E44 (or 0x998E44) is known color: Highball. HEX triplet: 99, 8E and 44. RGB value is (153,142,68). Sum of RGB (Red+Green+Blue) = 153+142+68=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #998E44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998E44 is #6671BB. Grayscale: #898989. Windows color (decimal): -6713788 or 4492953. OLE color: 4492953.
HSL color Cylindrical-coordinate representation of color #998E44: hue angle of 52.24º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #998E44 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 68 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.4 |
| HSL | 52.24º | 0.38% | 0.43% | - |
| HSV(B) | 52.24º | 0.56% | 0.6% | - |
| XYZ | 23.85 | 26.54 | 9.33 | - |
| YUV | 136.85 | 89.14 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 68 | 0 | 0.07 | 0.56 | 0.4 | 52.24 | 0.38 | 0.43 |
| Hex | 99 | 8E | 44 | 0 | 7 | 38 | 28 | 34 | 26 | 2B |
| Octal | 231 | 216 | 104 | 0 | 7 | 70 | 50 | 64 | 46 | 53 |
| Binary | 10011001 | 10001110 | 1000100 | 0 | 111 | 111000 | 101000 | 110100 | 100110 | 101011 |
Color Harmonies of #998E44
Complementary color
Monochromatic Colors of #998E44
Black with #998E44
Text Example
Text Example
White with #998E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E44; }
p { color: rgb(153,142,68); }
H1.HeaderClassName
{
color: #998E44;
}
.AnyTagClassName
{
color: #998E44;
}
</style>
background-color css
<style>
a { background-color: #998E44; }
a { background-color: rgb(153,142,68); }
div.DivClassName
{
background-color: #998E44;
}
.BgClassName
{
background-color: #998E44;
}
</style>
border-color css
<style>
span { border-color: #998E44; }
span { border-color: rgb(153,142,68); }
td.TdClassName
{
border-color: #998E44;
}
.TagClassName
{
border-color: #998E44;
}
</style>