Shades of Highball #998C48
Tints of Highball #998C48
RGB
CMYK
RGB Variations
Color information
#998C48 (or 0x998C48) is known color: Highball. HEX triplet: 99, 8C and 48. RGB value is (153,140,72). Sum of RGB (Red+Green+Blue) = 153+140+72=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #998C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998C48 is #6673B7. Grayscale: #888888. Windows color (decimal): -6714296 or 4754585. OLE color: 4754585.
HSL color Cylindrical-coordinate representation of color #998C48: hue angle of 50.37º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #998C48 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 72 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.4 |
| HSL | 50.37º | 0.36% | 0.44% | - |
| HSV(B) | 50.37º | 0.53% | 0.6% | - |
| XYZ | 23.68 | 26 | 9.9 | - |
| YUV | 136.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 72 | 0 | 0.08 | 0.53 | 0.4 | 50.37 | 0.36 | 0.44 |
| Hex | 99 | 8C | 48 | 0 | 8 | 35 | 28 | 32 | 24 | 2C |
| Octal | 231 | 214 | 110 | 0 | 10 | 65 | 50 | 62 | 44 | 54 |
| Binary | 10011001 | 10001100 | 1001000 | 0 | 1000 | 110101 | 101000 | 110010 | 100100 | 101100 |
Color Harmonies of #998C48
Complementary color
Monochromatic Colors of #998C48
Black with #998C48
Text Example
Text Example
White with #998C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C48; }
p { color: rgb(153,140,72); }
H1.HeaderClassName
{
color: #998C48;
}
.AnyTagClassName
{
color: #998C48;
}
</style>
background-color css
<style>
a { background-color: #998C48; }
a { background-color: rgb(153,140,72); }
div.DivClassName
{
background-color: #998C48;
}
.BgClassName
{
background-color: #998C48;
}
</style>
border-color css
<style>
span { border-color: #998C48; }
span { border-color: rgb(153,140,72); }
td.TdClassName
{
border-color: #998C48;
}
.TagClassName
{
border-color: #998C48;
}
</style>