Shades of Highball #998C4E
Tints of Highball #998C4E
RGB
CMYK
RGB Variations
Color information
#998C4E (or 0x998C4E) is known color: Highball. HEX triplet: 99, 8C and 4E. RGB value is (153,140,78). Sum of RGB (Red+Green+Blue) = 153+140+78=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #998C4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C4E is #6673B1. Grayscale: #898989. Windows color (decimal): -6714290 or 5147801. OLE color: 5147801.
HSL color Cylindrical-coordinate representation of color #998C4E: hue angle of 49.6º degrees, saturation: 0.32, 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 #998C4E is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 78 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.4 |
| HSL | 49.6º | 0.32% | 0.45% | - |
| HSV(B) | 49.6º | 0.49% | 0.6% | - |
| XYZ | 23.89 | 26.08 | 10.98 | - |
| YUV | 136.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 78 | 0 | 0.08 | 0.49 | 0.4 | 49.6 | 0.32 | 0.45 |
| Hex | 99 | 8C | 4E | 0 | 8 | 31 | 28 | 32 | 20 | 2D |
| Octal | 231 | 214 | 116 | 0 | 10 | 61 | 50 | 62 | 40 | 55 |
| Binary | 10011001 | 10001100 | 1001110 | 0 | 1000 | 110001 | 101000 | 110010 | 100000 | 101101 |
Color Harmonies of #998C4E
Complementary color
Monochromatic Colors of #998C4E
Black with #998C4E
Text Example
Text Example
White with #998C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C4E; }
p { color: rgb(153,140,78); }
H1.HeaderClassName
{
color: #998C4E;
}
.AnyTagClassName
{
color: #998C4E;
}
</style>
background-color css
<style>
a { background-color: #998C4E; }
a { background-color: rgb(153,140,78); }
div.DivClassName
{
background-color: #998C4E;
}
.BgClassName
{
background-color: #998C4E;
}
</style>
border-color css
<style>
span { border-color: #998C4E; }
span { border-color: rgb(153,140,78); }
td.TdClassName
{
border-color: #998C4E;
}
.TagClassName
{
border-color: #998C4E;
}
</style>