Shades of Highball #999B47
Tints of Highball #999B47
RGB
CMYK
RGB Variations
Color information
#999B47 (or 0x999B47) is known color: Highball. HEX triplet: 99, 9B and 47. RGB value is (153,155,71). Sum of RGB (Red+Green+Blue) = 153+155+71=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #999B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999B47 is #6664B8. Grayscale: #919191. Windows color (decimal): -6710457 or 4692889. OLE color: 4692889.
HSL color Cylindrical-coordinate representation of color #999B47: hue angle of 61.43º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #999B47 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 71 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.39 |
| HSL | 61.43º | 0.37% | 0.44% | - |
| HSV(B) | 61.43º | 0.54% | 0.61% | - |
| XYZ | 26 | 30.67 | 10.51 | - |
| YUV | 144.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 71 | 0.01 | 0 | 0.54 | 0.39 | 61.43 | 0.37 | 0.44 |
| Hex | 99 | 9B | 47 | 1 | 0 | 36 | 27 | 3D | 25 | 2C |
| Octal | 231 | 233 | 107 | 1 | 0 | 66 | 47 | 75 | 45 | 54 |
| Binary | 10011001 | 10011011 | 1000111 | 1 | 0 | 110110 | 100111 | 111101 | 100101 | 101100 |
Color Harmonies of #999B47
Complementary color
Monochromatic Colors of #999B47
Black with #999B47
Text Example
Text Example
White with #999B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B47; }
p { color: rgb(153,155,71); }
H1.HeaderClassName
{
color: #999B47;
}
.AnyTagClassName
{
color: #999B47;
}
</style>
background-color css
<style>
a { background-color: #999B47; }
a { background-color: rgb(153,155,71); }
div.DivClassName
{
background-color: #999B47;
}
.BgClassName
{
background-color: #999B47;
}
</style>
border-color css
<style>
span { border-color: #999B47; }
span { border-color: rgb(153,155,71); }
td.TdClassName
{
border-color: #999B47;
}
.TagClassName
{
border-color: #999B47;
}
</style>