Shades of Highball #998F4B
Tints of Highball #998F4B
RGB
CMYK
RGB Variations
Color information
#998F4B (or 0x998F4B) is known color: Highball. HEX triplet: 99, 8F and 4B. RGB value is (153,143,75). Sum of RGB (Red+Green+Blue) = 153+143+75=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #998F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F4B is #6670B4. Grayscale: #8A8A8A. Windows color (decimal): -6713525 or 4951961. OLE color: 4951961.
HSL color Cylindrical-coordinate representation of color #998F4B: hue angle of 52.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #998F4B is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 75 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.4 |
| HSL | 52.31º | 0.34% | 0.45% | - |
| HSV(B) | 52.31º | 0.51% | 0.6% | - |
| XYZ | 24.23 | 26.93 | 10.58 | - |
| YUV | 138.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 75 | 0 | 0.07 | 0.51 | 0.4 | 52.31 | 0.34 | 0.45 |
| Hex | 99 | 8F | 4B | 0 | 7 | 33 | 28 | 34 | 22 | 2D |
| Octal | 231 | 217 | 113 | 0 | 7 | 63 | 50 | 64 | 42 | 55 |
| Binary | 10011001 | 10001111 | 1001011 | 0 | 111 | 110011 | 101000 | 110100 | 100010 | 101101 |
Color Harmonies of #998F4B
Complementary color
Monochromatic Colors of #998F4B
Black with #998F4B
Text Example
Text Example
White with #998F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F4B; }
p { color: rgb(153,143,75); }
H1.HeaderClassName
{
color: #998F4B;
}
.AnyTagClassName
{
color: #998F4B;
}
</style>
background-color css
<style>
a { background-color: #998F4B; }
a { background-color: rgb(153,143,75); }
div.DivClassName
{
background-color: #998F4B;
}
.BgClassName
{
background-color: #998F4B;
}
</style>
border-color css
<style>
span { border-color: #998F4B; }
span { border-color: rgb(153,143,75); }
td.TdClassName
{
border-color: #998F4B;
}
.TagClassName
{
border-color: #998F4B;
}
</style>