Shades of Highball #999D46
Tints of Highball #999D46
RGB
CMYK
RGB Variations
Color information
#999D46 (or 0x999D46) is known color: Highball. HEX triplet: 99, 9D and 46. RGB value is (153,157,70). Sum of RGB (Red+Green+Blue) = 153+157+70=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 157 - color contains mainly: green. Hex color #999D46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999D46 is #6662B9. Grayscale: #929292. Windows color (decimal): -6709946 or 4627865. OLE color: 4627865.
HSL color Cylindrical-coordinate representation of color #999D46: hue angle of 62.76º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #999D46 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 70 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.38 |
| HSL | 62.76º | 0.38% | 0.45% | - |
| HSV(B) | 62.76º | 0.55% | 0.62% | - |
| XYZ | 26.3 | 31.33 | 10.46 | - |
| YUV | 145.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 70 | 0.03 | 0 | 0.55 | 0.38 | 62.76 | 0.38 | 0.45 |
| Hex | 99 | 9D | 46 | 3 | 0 | 37 | 26 | 3F | 26 | 2D |
| Octal | 231 | 235 | 106 | 3 | 0 | 67 | 46 | 77 | 46 | 55 |
| Binary | 10011001 | 10011101 | 1000110 | 11 | 0 | 110111 | 100110 | 111111 | 100110 | 101101 |
Color Harmonies of #999D46
Complementary color
Monochromatic Colors of #999D46
Black with #999D46
Text Example
Text Example
White with #999D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D46; }
p { color: rgb(153,157,70); }
H1.HeaderClassName
{
color: #999D46;
}
.AnyTagClassName
{
color: #999D46;
}
</style>
background-color css
<style>
a { background-color: #999D46; }
a { background-color: rgb(153,157,70); }
div.DivClassName
{
background-color: #999D46;
}
.BgClassName
{
background-color: #999D46;
}
</style>
border-color css
<style>
span { border-color: #999D46; }
span { border-color: rgb(153,157,70); }
td.TdClassName
{
border-color: #999D46;
}
.TagClassName
{
border-color: #999D46;
}
</style>