Shades of Highball #999B49
Tints of Highball #999B49
RGB
CMYK
RGB Variations
Color information
#999B49 (or 0x999B49) is known color: Highball. HEX triplet: 99, 9B and 49. RGB value is (153,155,73). Sum of RGB (Red+Green+Blue) = 153+155+73=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #999B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B49 is #6664B6. Grayscale: #919191. Windows color (decimal): -6710455 or 4823961. OLE color: 4823961.
HSL color Cylindrical-coordinate representation of color #999B49: hue angle of 61.46º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #999B49 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 73 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.39 |
| HSL | 61.46º | 0.36% | 0.45% | - |
| HSV(B) | 61.46º | 0.53% | 0.61% | - |
| XYZ | 26.06 | 30.7 | 10.85 | - |
| YUV | 145.05 | 87.34 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 73 | 0.01 | 0 | 0.53 | 0.39 | 61.46 | 0.36 | 0.45 |
| Hex | 99 | 9B | 49 | 1 | 0 | 35 | 27 | 3D | 24 | 2D |
| Octal | 231 | 233 | 111 | 1 | 0 | 65 | 47 | 75 | 44 | 55 |
| Binary | 10011001 | 10011011 | 1001001 | 1 | 0 | 110101 | 100111 | 111101 | 100100 | 101101 |
Color Harmonies of #999B49
Complementary color
Monochromatic Colors of #999B49
Black with #999B49
Text Example
Text Example
White with #999B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B49; }
p { color: rgb(153,155,73); }
H1.HeaderClassName
{
color: #999B49;
}
.AnyTagClassName
{
color: #999B49;
}
</style>
background-color css
<style>
a { background-color: #999B49; }
a { background-color: rgb(153,155,73); }
div.DivClassName
{
background-color: #999B49;
}
.BgClassName
{
background-color: #999B49;
}
</style>
border-color css
<style>
span { border-color: #999B49; }
span { border-color: rgb(153,155,73); }
td.TdClassName
{
border-color: #999B49;
}
.TagClassName
{
border-color: #999B49;
}
</style>