Shades of Highball #999B4E
Tints of Highball #999B4E
RGB
CMYK
RGB Variations
Color information
#999B4E (or 0x999B4E) is known color: Highball. HEX triplet: 99, 9B and 4E. RGB value is (153,155,78). Sum of RGB (Red+Green+Blue) = 153+155+78=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #999B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999B4E is #6664B1. Grayscale: #919191. Windows color (decimal): -6710450 or 5151641. OLE color: 5151641.
HSL color Cylindrical-coordinate representation of color #999B4E: hue angle of 61.56º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #999B4E is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 155 | 78 | - |
| CMYK | 0.01 | 0 | 0.50 | 0.39 |
| HSL | 61.56º | 0.33% | 0.46% | - |
| HSV(B) | 61.56º | 0.5% | 0.61% | - |
| XYZ | 26.23 | 30.77 | 11.76 | - |
| YUV | 145.62 | 89.84 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 78 | 0.01 | 0 | 0.50 | 0.39 | 61.56 | 0.33 | 0.46 |
| Hex | 99 | 9B | 4E | 1 | 0 | 32 | 27 | 3E | 21 | 2E |
| Octal | 231 | 233 | 116 | 1 | 0 | 62 | 47 | 76 | 41 | 56 |
| Binary | 10011001 | 10011011 | 1001110 | 1 | 0 | 110010 | 100111 | 111110 | 100001 | 101110 |
Color Harmonies of #999B4E
Complementary color
Monochromatic Colors of #999B4E
Black with #999B4E
Text Example
Text Example
White with #999B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B4E; }
p { color: rgb(153,155,78); }
H1.HeaderClassName
{
color: #999B4E;
}
.AnyTagClassName
{
color: #999B4E;
}
</style>
background-color css
<style>
a { background-color: #999B4E; }
a { background-color: rgb(153,155,78); }
div.DivClassName
{
background-color: #999B4E;
}
.BgClassName
{
background-color: #999B4E;
}
</style>
border-color css
<style>
span { border-color: #999B4E; }
span { border-color: rgb(153,155,78); }
td.TdClassName
{
border-color: #999B4E;
}
.TagClassName
{
border-color: #999B4E;
}
</style>